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:
BIN
Examples/sram/logic/simulation/work/sram_bus/_primary.dat
Normal file
BIN
Examples/sram/logic/simulation/work/sram_bus/_primary.dat
Normal file
Binary file not shown.
14
Examples/sram/logic/simulation/work/sram_bus/_primary.vhd
Normal file
14
Examples/sram/logic/simulation/work/sram_bus/_primary.vhd
Normal file
@@ -0,0 +1,14 @@
|
||||
library verilog;
|
||||
use verilog.vl_types.all;
|
||||
entity sram_bus is
|
||||
port(
|
||||
clk : in vl_logic;
|
||||
reset : in vl_logic;
|
||||
ncs : in vl_logic;
|
||||
noe : in vl_logic;
|
||||
nwe : in vl_logic;
|
||||
led : out vl_logic;
|
||||
sram_data : inout vl_logic_vector(7 downto 0);
|
||||
addr : in vl_logic_vector(12 downto 0)
|
||||
);
|
||||
end sram_bus;
|
||||
BIN
Examples/sram/logic/simulation/work/sram_bus/verilog.asm
Normal file
BIN
Examples/sram/logic/simulation/work/sram_bus/verilog.asm
Normal file
Binary file not shown.
Reference in New Issue
Block a user