3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-24 08:02:32 +00:00

Merge pull request #150 from Silimate/reenable_vhdl

Reenable VHDL
This commit is contained in:
Akash Levy 2026-04-22 04:10:29 -07:00 committed by GitHub
commit 099a3c881b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 98 additions and 13 deletions

View file

@ -2,8 +2,6 @@
## Disabled
- `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