diff options
author | Olof Kindgren <olof.kindgren@gmail.com> | 2018-12-06 21:45:59 +0100 |
---|---|---|
committer | Olof Kindgren <olof.kindgren@gmail.com> | 2018-12-06 21:45:59 +0100 |
commit | 889297c62a6e99c41995bcb3606e8be4490a2c9c (patch) | |
tree | caeb415fc7aca0750d10dc8f67427a3f3e12b6ae /backends/verilog | |
parent | 7d1088afc453f57f0ecc0f55ac2c91fd72ad8f2e (diff) | |
download | yosys-889297c62a6e99c41995bcb3606e8be4490a2c9c.tar.gz yosys-889297c62a6e99c41995bcb3606e8be4490a2c9c.tar.bz2 yosys-889297c62a6e99c41995bcb3606e8be4490a2c9c.zip |
Only use non-blocking assignments of SB_RAM40_4K for yosys
In an initial statement, blocking assignments are normally used
and e.g. verilator throws a warning if non-blocking ones are used.
Yosys cannot however properly resolve the interdependencies if
blocking assignments are used in the initialization of SB_RAM_40_4K
and thus this has been used.
This patch will change to use non-blocking assignments only for yosys
Diffstat (limited to 'backends/verilog')
0 files changed, 0 insertions, 0 deletions