mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-02 07:16:19 +00:00
tests/verific: ensure mixed -f requires VHDL unit
This commit is contained in:
parent
5a64fe2d91
commit
b6c148f84a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
module sv_top(input logic a, output logic y);
|
||||
assign y = a;
|
||||
// Instantiates VHDL entity to ensure mixed -f list is required
|
||||
vhdl_mod u_vhdl(.a(a), .y(y));
|
||||
endmodule
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
verific -f -sv mixed_flist.flist
|
||||
verific -import -all
|
||||
verific -import sv_top
|
||||
select -assert-mod-count 1 sv_top
|
||||
select -assert-mod-count 2 =*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue