mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
11 lines
No EOL
275 B
Tcl
11 lines
No EOL
275 B
Tcl
##############################################################################
|
|
#
|
|
# Compilation of SoC RTL files
|
|
#
|
|
##############################################################################
|
|
|
|
set HDL_WORK "work"
|
|
|
|
hdl_compile -v 2005 {
|
|
../../misoc/build/simdesign-kc705.v
|
|
} |