mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-15 06:01:28 +00:00
Assume x values for missing signal data in FST
Co-authored-by: Miodrag Milanovic <mmicko@gmail.com> Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
This commit is contained in:
parent
1bf908dea8
commit
5ea2c6e6e5
4 changed files with 26 additions and 2 deletions
8
tests/sim/simple_assign.v
Normal file
8
tests/sim/simple_assign.v
Normal file
|
@ -0,0 +1,8 @@
|
|||
module simple_assign (
|
||||
input wire in,
|
||||
output wire out
|
||||
);
|
||||
|
||||
assign out = in;
|
||||
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue