mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added $anyseq cell type
This commit is contained in:
parent
2733994aeb
commit
bdc316db50
11 changed files with 40 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
// Demo for memory initialization
|
||||
|
||||
module demo7 (input [2:0] addr);
|
||||
module demo7;
|
||||
wire [2:0] addr = $anyseq;
|
||||
reg [15:0] memory [0:7];
|
||||
|
||||
initial begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue