add files for caas and linked uberddr3 files
This commit is contained in:
parent
31b3642fbe
commit
df67fc038b
|
|
@ -20,6 +20,8 @@ example_demo/build_logs*
|
|||
testbench/ddr3_dimm_micron_sim_behav.wcfg
|
||||
testbench/icarus_sim/*.log
|
||||
testbench/icarus_sim/uberddr3_sim
|
||||
*jobid
|
||||
.caas*
|
||||
|
||||
# But do not ignore testbench/xsim/test_*.log
|
||||
!testbench/xsim/test_*.log
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
Backend = openxc7
|
||||
Part = xc7k325tffg900-2
|
||||
Top = ax7325b_ddr3
|
||||
Constraint = ax7325b_ddr3.xdc
|
||||
Sources = *.v
|
||||
|
||||
[caas]
|
||||
Server = https://caas.symbioticeda.com:18888/
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../rtl/ddr3_controller.v
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../rtl/ddr3_phy.v
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../rtl/ddr3_top.v
|
||||
Loading…
Reference in New Issue