mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-10 23:30:15 +02:00
9 lines
172 B
VHDL
9 lines
172 B
VHDL
library verilog;
|
|
use verilog.vl_types.all;
|
|
entity glbl is
|
|
generic(
|
|
ROC_WIDTH : integer := 100000;
|
|
TOC_WIDTH : integer := 0
|
|
);
|
|
end glbl;
|