git-svn-id: http://moon:8086/svn/vhdl/trunk@1430 cc03376c-175c-47c8-b038-4cd826a8556b
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
BEGIN MODEL biu
|
|
INST inst_bin_fifo ram_style = distributed;
|
|
INST inst_bout_fifo ram_style = distributed;
|
|
INST inst_write_fifo ram_style = distributed;
|
|
END;
|
|
|