mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-20 14:15:49 +00:00
Reenable VHDL
This commit is contained in:
parent
7d7cf2bdf9
commit
0db45a6796
5 changed files with 91 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
5
tests/verific/import_warning_operator.ys
Normal file
5
tests/verific/import_warning_operator.ys
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue