Merge pull request #90 from bobbl/master
Fix PicoSoC firmware filename for simulation
This commit is contained in:
commit
cf613d2088
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
# ---- iCE40 HX8K Breakout Board ----
|
# ---- iCE40 HX8K Breakout Board ----
|
||||||
|
|
||||||
hx8ksim: hx8kdemo_tb.vvp firmware.hex
|
hx8ksim: hx8kdemo_tb.vvp hx8kdemo_fw.hex
|
||||||
vvp -N $<
|
vvp -N $< +firmware=hx8kdemo_fw.hex
|
||||||
|
|
||||||
hx8ksynsim: hx8kdemo_syn_tb.vvp firmware.hex
|
hx8ksynsim: hx8kdemo_syn_tb.vvp hx8kdemo_fw.hex
|
||||||
vvp -N $<
|
vvp -N $< +firmware=hx8kdemo_fw.hex
|
||||||
|
|
||||||
hx8kdemo.blif: hx8kdemo.v spimemio.v simpleuart.v picosoc.v ../picorv32.v
|
hx8kdemo.blif: hx8kdemo.v spimemio.v simpleuart.v picosoc.v ../picorv32.v
|
||||||
yosys -ql hx8kdemo.log -p 'synth_ice40 -top hx8kdemo -blif hx8kdemo.blif' $^
|
yosys -ql hx8kdemo.log -p 'synth_ice40 -top hx8kdemo -blif hx8kdemo.blif' $^
|
||||||
|
@ -44,11 +44,11 @@ hx8kdemo_fw.bin: hx8kdemo_fw.elf
|
||||||
|
|
||||||
# ---- iCE40 IceBreaker Board ----
|
# ---- iCE40 IceBreaker Board ----
|
||||||
|
|
||||||
icebsim: icebreaker_tb.vvp firmware.hex
|
icebsim: icebreaker_tb.vvp icebreaker_fw.hex
|
||||||
vvp -N $<
|
vvp -N $< +firmware=icebreaker_fw.hex
|
||||||
|
|
||||||
icebsynsim: icebreaker_syn_tb.vvp firmware.hex
|
icebsynsim: icebreaker_syn_tb.vvp icebreaker_fw.hex
|
||||||
vvp -N $<
|
vvp -N $< +firmware=icebreaker_fw.hex
|
||||||
|
|
||||||
icebreaker.json: icebreaker.v spimemio.v simpleuart.v picosoc.v ../picorv32.v
|
icebreaker.json: icebreaker.v spimemio.v simpleuart.v picosoc.v ../picorv32.v
|
||||||
yosys -ql icebreaker.log -p 'synth_ice40 -top icebreaker -json icebreaker.json' $^
|
yosys -ql icebreaker.log -p 'synth_ice40 -top icebreaker -json icebreaker.json' $^
|
||||||
|
|
Loading…
Reference in New Issue