JayAurabind

yosys error

Feb 24th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. yosys -ql hardware.log -p 'synth_ice40 -top VexRiscv -blif VexRiscv.blif' VexRiscv.v
  2. ERROR: Found error in internal cell $procdff$946 ($adff) at kernel/rtlil.cc:709:
  3. attribute \src "VexRiscv.v:2056"
  4. cell $adff $procdff$946
  5. parameter \ARST_POLARITY 1'1
  6. parameter \ARST_VALUE 0
  7. parameter \CLK_POLARITY 1'1
  8. parameter \WIDTH 15
  9. connect \ARST \reset
  10. connect \CLK \clk
  11. connect \D \execute_to_memory_INSTRUCTION [14:0]
  12. connect \Q \memory_to_writeBack_INSTRUCTION [14:0]
  13. end
  14. make: *** [Makefile:3: hardware.blif] Error 1
Add Comment
Please, Sign In to add comment