mirror of https://github.com/lnis-uofu/SOFA.git
[Testbench] Add include netlist for caravel testbench
This commit is contained in:
parent
187364ebc3
commit
7ea8f77038
|
@ -0,0 +1,18 @@
|
||||||
|
//-------------------------------------------
|
||||||
|
// A file to include all the dependency HDL codes
|
||||||
|
// required by Caravel gate-level netlists
|
||||||
|
//-------------------------------------------
|
||||||
|
//----- Time scale -----
|
||||||
|
`timescale 1ns / 1ps
|
||||||
|
|
||||||
|
// Design parameter for FPGA bitstream sizes
|
||||||
|
`define FPGA_BITSTREAM_SIZE 78765
|
||||||
|
|
||||||
|
// Include caravel gate-level netlists
|
||||||
|
`include "/research/ece/lnis/USERS/tang/github/skywater-openfpga/HDL/common/caravel_qlsofa_hd_rtl_include_netlists.v"
|
||||||
|
|
||||||
|
`include "and2_latch_output_verilog.v"
|
||||||
|
|
||||||
|
// Include testbench files
|
||||||
|
`include "/research/ece/lnis/USERS/tang/github/skywater-openfpga/TESTBENCH/caravel_dv/and2_latch_test/and2_latch_test_caravel.v"
|
||||||
|
`include "/research/ece/lnis/USERS/tang/github/caravel/verilog/dv/caravel/spiflash.v"
|
Loading…
Reference in New Issue