mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 07:27:58 +00:00
Fixed memory->start_offset handling
This commit is contained in:
parent
17c1c55473
commit
eefe78be09
3 changed files with 12 additions and 6 deletions
|
@ -183,6 +183,9 @@ memory_options:
|
|||
memory_options TOK_SIZE TOK_INT {
|
||||
current_memory->size = $3;
|
||||
} |
|
||||
memory_options TOK_OFFSET TOK_INT {
|
||||
current_memory->start_offset = $3;
|
||||
} |
|
||||
/* empty */;
|
||||
|
||||
cell_stmt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue