mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 10:41:37 +00:00
Fix #938 - Crash occurs in case when use write_firrtl command
Add missing memory initialization. Sanity-check memory parameters. Add Cell pointer to memory object (for error reporting).
This commit is contained in:
parent
e35fe1344d
commit
38f5424f92
3 changed files with 64 additions and 4 deletions
|
@ -16,6 +16,7 @@ operators.v $pow
|
|||
partsel.v drops modules
|
||||
process.v drops modules
|
||||
realexpr.v drops modules
|
||||
retime.v Initial value (11110101) for (retime_test.ff) not supported
|
||||
scopes.v original verilog issues ( -x where x isn't declared signed)
|
||||
sincos.v $adff
|
||||
specify.v no code (empty module generates error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue