tridoracpu: trim down pins in constraints file
- remove unnecessary I/O pins - adjust top connections
This commit is contained in:
parent
2edd5679a1
commit
b2f581c862
3 changed files with 52 additions and 247 deletions
|
|
@ -50,7 +50,7 @@ $(SYNTHFILE): $(srcs)
|
|||
$(YOSYS) -ql build/synth.log -p 'read -sv $(srcs); synth_gatemate -top $(TOP) -nomx8 -vlog $(SYNTHFILE)'
|
||||
|
||||
$(BITSTREAM): $(SYNTHFILE)
|
||||
$(PNR) -v -i $(SYNTHFILE) -o build/$(TOP) $(PNRFLAGS) >$@.log
|
||||
$(PNR) -v -i $(SYNTHFILE) -o build/$(TOP) $(PNRFLAGS) | tee $@.log
|
||||
|
||||
prog: $(BITSTREAM)
|
||||
$(OFL) $(OFLFLAGS) --bitstream $(BITSTREAM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue