- Add new CP and CR devices - COC: Zero delay from SIO to INIT state Detect and UEN on 0xFF order - COC: Moved SIO int pending test to devices - DK: Zero delay from SIO to INIT state - DP: Added case points for RDEES, dp_aio_status - DP: Zero delay from SIO to INIT state - defs: Added chaining modifier flag - defs: Fixed DVT_NODEV definition - defs: Added chan_chk_dvi definition - io: Added chaining modifier flag - LP: Zero delay from SIO to INIT state - LP: Added INIT test for illegal command - LP: Moved SIO interrupt test to devices - MT: Zero delay from SIO to INIT state - PT: Zero delay from SIO to INIT state - PT: Moved SIO interrupt test to devices - RAD: Zero delay from SIO to INIT state - RAD: Fixed nx unit test - RAD: Fixed write protect test - TT: Zero delay from SIO to INIT state - TT: Moved SIO int pending test to devices
40 lines
1,006 B
CMake
40 lines
1,006 B
CMake
## sigma simulator
|
|
##
|
|
## This is an automagically generated file. Do NOT EDIT.
|
|
## Any changes you make will be overwritten!!
|
|
##
|
|
## Make changes to the SIMH top-level makefile and then run the
|
|
## "cmake/generate.py" script to regenerate these files.
|
|
##
|
|
## cd cmake; python -m generate --help
|
|
##
|
|
## ------------------------------------------------------------
|
|
|
|
if (HAVE_UNITY_FRAMEWORK AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/unit-tests/CMakeLists.txt")
|
|
add_subdirectory(unit-tests)
|
|
endif ()
|
|
|
|
add_simulator(sigma
|
|
SOURCES
|
|
sigma_cpu.c
|
|
sigma_sys.c
|
|
sigma_cis.c
|
|
sigma_coc.c
|
|
sigma_dk.c
|
|
sigma_dp.c
|
|
sigma_fp.c
|
|
sigma_io.c
|
|
sigma_lp.c
|
|
sigma_map.c
|
|
sigma_mt.c
|
|
sigma_pt.c
|
|
sigma_rad.c
|
|
sigma_rtc.c
|
|
sigma_tt.c
|
|
sigma_cp.c
|
|
sigma_cr.c
|
|
INCLUDES
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
LABEL sigma
|
|
PKG_FAMILY sds_family
|
|
TEST sigma)
|