Replies: 1 comment
-
I've updated to 0.49 and have the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use block ram on a Gowin FPGA... When I try to synthesize with
yosys -q -p "read_verilog -sv src/soc_simple.sv; synth_gowin -top top -json synthesis.json"
I get the following errors:My block ram is simple...
I'm using SIZE of 1024 and WIDTH of 8. But I've tried 8, 16 and 32 for WIDTH and they all end up the same. Any idea what I'm doing wrong?
yosys --version
Yosys 0.48 (git sha1 aaa5347, clang++ 16.0.0 -fPIC -O3)
Beta Was this translation helpful? Give feedback.
All reactions