litex/sim/compile_rtl.tcl
2014-09-26 17:05:05 +02:00

11 lines
No EOL
283 B
Tcl

##############################################################################
#
# Compilation of SoC RTL files
#
##############################################################################
set HDL_WORK "work"
hdl_compile -v 2005 {
../../misoc/build/testdesign-kc705_impact.v
}