mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding post route simulation to FPGA examples
This commit is contained in:
8
Examples/sram/logic/simulation/work/glbl/_primary.vhd
Normal file
8
Examples/sram/logic/simulation/work/glbl/_primary.vhd
Normal file
@@ -0,0 +1,8 @@
|
||||
library verilog;
|
||||
use verilog.vl_types.all;
|
||||
entity glbl is
|
||||
generic(
|
||||
ROC_WIDTH : integer := 100000;
|
||||
TOC_WIDTH : integer := 0
|
||||
);
|
||||
end glbl;
|
||||
Reference in New Issue
Block a user