3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-20 14:15:49 +00:00

Reenable VHDL

This commit is contained in:
Akash Levy 2026-04-16 04:03:31 -07:00
parent 7d7cf2bdf9
commit 0db45a6796
5 changed files with 91 additions and 10 deletions

View file

@ -2,8 +2,8 @@
## Disabled
- `import_warning_operator`: no VHDL
- `mixed_flist`: no VHDL
<!-- - `import_warning_operator`: no VHDL -->
<!-- - `mixed_flist`: no VHDL -->
- `memory_semantics`: relies on initial values being retained, which we do not want
- `rom_case`: we need different behavior for multi-port memories
- `blackbox*`: we need different behavior for parametrized blackboxes

View file

@ -0,0 +1,5 @@
logger -expect warning "import_warning_operator.vhd:[0-9]+.[0-9]+-[0-9]+.[0-9]+: Unsupported Verific operator: nor_4 \(fallback to gate level implementation provided by verific\)" 1
verific -vhdl import_warning_operator.vhd
verific -import top
logger -check-expected
design -reset