Untabify cmakefiles. No functional change.
This commit is contained in:
parent
b976b8dac9
commit
6fd48da7cf
|
@ -38,9 +38,9 @@ find_package(SystemCLanguage QUIET)
|
||||||
add_executable(example ../make_hello_sc/sc_main.cpp)
|
add_executable(example ../make_hello_sc/sc_main.cpp)
|
||||||
|
|
||||||
set_property(
|
set_property(
|
||||||
TARGET example
|
TARGET example
|
||||||
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
|
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add the Verilated circuit to the target
|
# Add the Verilated circuit to the target
|
||||||
verilate(example SYSTEMC
|
verilate(example SYSTEMC
|
||||||
|
|
|
@ -38,9 +38,9 @@ find_package(SystemCLanguage QUIET)
|
||||||
add_executable(example ../make_tracing_sc/sc_main.cpp)
|
add_executable(example ../make_tracing_sc/sc_main.cpp)
|
||||||
|
|
||||||
set_property(
|
set_property(
|
||||||
TARGET example
|
TARGET example
|
||||||
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
|
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add the Verilated circuit to the target
|
# Add the Verilated circuit to the target
|
||||||
verilate(example SYSTEMC COVERAGE TRACE
|
verilate(example SYSTEMC COVERAGE TRACE
|
||||||
|
|
Loading…
Reference in New Issue