wfjm
fc480a3b0a
tools/tests: add stktst program [skip ci]
2022-08-02 08:30:27 +02:00
wfjm
75dbb26431
add tools/tests, start with divtst [skip ci]
2022-07-31 09:20:04 +02:00
wfjm
c3f36925c2
use call+return+push+pop
...
- tools/tcode/*.mac: use call+return+push+pop
- tools/asm-11
- lib/push_pop.mac: added, contains push/pop macros
- lib/tcode_std_start.mac: include push_pop.mac; ensure PRI=0 at start
- tests/test_0170_misc.mac: added, verifies call,return response
2022-07-30 11:14:57 +02:00
wfjm
1f7cf00c35
asm-11: BUGFIX '100(pc)' was compiled as '100'
...
- asm-11: do pc-relative offset calculation correctly
- tools/asm-11/tests:
- test_0100_op_g, test_0110_op_gg: add test cases for this bug
- test_0140_op_o.mac: add value checks
Closes #32
2022-07-29 08:34:23 +02:00
wfjm
d0ca1224e5
tcodes: use hcmpeq macro and friends
2022-07-28 08:23:07 +02:00
wfjm
14877b7aa7
tcodes: cpu_mmu.mac added; use macros
...
- tools/asm-11/lib/halt_checks.mac: added, tcode support macros
- tools/tcode/cpu_mmu.mac: added, with first sections
2022-07-27 08:11:37 +02:00
wfjm
2714d21f83
asm-11: fix lost -x chmod flag
2022-07-26 08:52:42 +02:00
wfjm
132e4ea7e8
asm-11: add limited macro support
2022-07-26 08:34:43 +02:00
wfjm
e7d26bf06f
tcode cpu_details.mac: add B*: Stress tests
2022-07-25 08:01:29 +02:00
wfjm
5fab9ca10e
tcode cpu_basics.mac: add F3: trap instructions
2022-07-24 08:27:17 +02:00
wfjm
cd9f68701b
add tcode/cpu_details.mac
2022-07-23 07:53:43 +02:00
wfjm
e1a577f26e
cpu_eis.mac: add MUL,DIV odd, XOR
2022-07-21 08:10:47 +02:00
wfjm
c14eddd0b1
cpu_basics.mac: add JSR, MARK, SPL, RESET
2022-07-20 07:22:08 +02:00
wfjm
8fe17e59b1
fix dangling ${sys_conf}; tmuconv update [skip ci]
...
- rtl/sys_gen/*/*.vbom: some vbom's had undefined ${sys_conf} references
- tools/bin/tmuconv: add -t_vf -t_all; fis mnemos; add headers
2022-07-19 07:53:26 +02:00
wfjm
e62e2fd995
cpu_eis.mac: add ASH,ASHC
2022-07-18 07:48:31 +02:00
wfjm
5d6a14f8b8
add tcode pu_badinst_nofpp.mac
2022-07-17 08:03:31 +02:00
wfjm
35453c4bdf
cleanup SimH setup files (*.scmd); create_disk update [skip ci]
...
- tools/bin/create_disk: -help: print byte size of disk
- tools/simh/setup_w11a_(min|max).scmd: use autoconfig, cleanups
- tools/oskit
- *: set RL/RP disk types
- rsx11mp-30_rp/rsx11mp-30_rp_boot.scmd: disable STOP_TRAPS simulator stops
- u7ed_rp/u7ed_rp_boot.scmd: use setup_w11a_max.scmd and 2M memory
2022-07-16 08:48:26 +02:00
wfjm
6b3aced4da
add test_w11a_inst_quick.tcl, cpu_selftest.mac
2022-07-15 07:44:16 +02:00
wfjm
c1f2c0bfae
remove Atlys support (only test designs, w11 design never done)
2022-07-14 08:01:05 +02:00
wfjm
c560147d6d
cpu_basic.mac update section D,E, now complete
2022-07-13 07:57:14 +02:00
wfjm
15975d662e
cpu_basic.mac update section B,C, now complete
2022-07-12 08:27:50 +02:00
wfjm
aff6fe2c6d
add tcode cpu_eis.mac; end usage of test_w11a_div.tcl
...
- tbench/w11a/test_w11a_div.tcl: add div_show_exp for export of test cases
- tbench/w11a/w11a_all.dat: drop test_w11a_div.tcl
- tcode/cpu_all.dat: add cpu_eis.mac
- tcode/cpu_eis.mac: added
2022-07-11 10:15:13 +02:00
wfjm
f2ced63b0d
tbrun_tbwrri and ti_w11 updates
...
- tbrun_tbwrri: fully implement --r(l|b)mon
- ti_w11: add -w and -to options
2022-07-10 12:29:41 +02:00
wfjm
da1f0c151e
Add first tcode; RtclRw11Cpu BUGFIX
...
- rtl/sys_gen/w11a/*/tbrun.yml: add tcode execution
- tools/tcode: new area for add fast mac-only verification codes
- tools/tcl/rw11
- tcodes.tcl: added, driver for tcode execution
- tools/src/librwxxtpp
- RtclRw11Cpu.cpp: BUGFIX: quit before mem write if asm-11 error seen
2022-07-08 08:35:39 +02:00
wfjm
1401e20a2e
Some minor updates
...
- rtl/vlib/rlink/tbcore/rlink_cext_dpi.c: add function prototypes
- rtl/sys_gen/tst_rlink/cmoda7/tb: add missing ssim vbom
- tools/bin
- ti_w11: update --help text, add -ar,-n4d,-bn4d
- tmuconv: add DEUNA defs
2022-07-07 09:30:31 +02:00
wfjm
76bb350d97
add vlib/xlib/bufg_unisim, encapulate unisim BUFG
2022-07-06 09:34:15 +02:00
wfjm
88f8360e44
njobihtm: add -n and -h options; update simh install
2022-06-05 10:23:19 +02:00
wfjm
43fc116e6e
build flow now Vivado 2022.1 ready [skip ci]
2022-05-28 08:47:11 +02:00
wfjm
9eac5baa8d
SimH status update [skip ci]
2022-05-27 19:06:35 +02:00
wfjm
33e725c0be
BUGFIX: bootw11.mac proper unit number; editorial changes [skip ci]
2022-05-15 17:16:35 +02:00
wfjm
9e027ba61c
add missing man pages [skip ci]
2022-05-15 11:52:11 +02:00
wfjm
8ddb2fd67e
man pages: editorial changes [skip ci]
2022-05-15 11:38:56 +02:00
wfjm
aa16a9e989
Doxygen support now for V1.9.4 [skip ci]
...
- Doxygen V1.9.4 fixed a bug in the VHDL support introducted in V1.9.2
- *.Doxyfile now for V1.9.4
- Tcl source code view removed, not supported since Doxygen V1.8.18
2022-05-14 11:42:33 +02:00
wfjm
67295f9545
add ostest support for some rsx11m oskits
2022-05-08 07:59:47 +02:00
wfjm
66f3f5d085
GitHub actions: disable-at-0 fix; man page cosmetics
...
- the CI/CD workflow did not defined the TBW_GHDL_OPTS environment variable,
as consequence VHDL IEEE package warnings at t=0ms were not suppressed and
polluted the log files
- that problem was already in .travis.yml and was carried over to ci.yml
- now fixed, and log files are not cluttered anymore with essentially
unavoidable but harmless warnings at t=0ms.
2022-05-07 08:36:23 +02:00
wfjm
d1d95504df
man pages: spelling/grammar updates [skip ci]
2022-05-01 08:35:23 +02:00
wfjm
a5640780d9
cleanup tbrun setup, drop nexys4 and add nexys4d
2022-04-30 08:22:27 +02:00
wfjm
7ec5be2a30
final touches for V0.791 release
...
- exptest/util.tcl: add proc et_tstline{0,1}; add et_exp el sub command
- console_starter: change simh port handling
- simh/setup_w11a_(max|min).scmd: adjust port handling
- docu updates
w11a_V0.791
2022-04-24 18:13:35 +02:00
wfjm
a78debd3e9
minor docu update [skip ci]
2022-04-24 14:05:28 +02:00
wfjm
db7556a483
ci.yml: add deploy stage
2022-04-24 12:53:14 +02:00
wfjm
f25da67b91
docu updates; vmfset for Vivado 2020.1 [skip ci]
...
- doc/CHANGELOG: fix user-contest label case issue (must be lower case)
- tools/oskit/*/README.md: clarify 211bsd patch level
- **/*.vmfset: now matching Vivado 2020.1
2022-04-24 11:55:40 +02:00
wfjm
401807c3b4
docu updates; add INSTALL_simh.md [skip ci]
2022-04-23 08:20:07 +02:00
wfjm
4001ddd695
docu updates; remove artys7 from tbrun.yml [skip ci]
...
Closes #17
2022-04-20 12:33:00 +02:00
wfjm
b3f9a8be30
ci.tml: add matrix with gcc and clang
2022-04-18 12:42:08 +02:00
wfjm
f9e1aa4149
fix GitHub Actions badge
2022-04-17 20:45:17 +02:00
wfjm
0c3d853a2b
add GitHub action; code/comment cosmetics
2022-04-17 19:37:26 +02:00
wfjm
6b8c0633bc
catch-up after a two years hiatus
...
- drop Travis support (now defunct)
- generic_cpp.mk: use -std=c++17 (requires gcc 7.3 or later)
- RlinkPortCuff : drop libusb_set_debug (now deprecated)
- viv_tools_config.tcl: use open_hw_manager
- vbomconv: ghdl_m: use -Wl,--no-pie (for UB 18.04 gcc)
- simlib.vhd: write{oct,hex}: fix for ghdl V0.36 -Whide warnings
2021-08-22 16:59:38 +02:00
wfjm
65a7161ca5
update and add READMEs [skip ci]
2019-09-02 15:33:24 +02:00
wfjm
78bb3a4a83
fixes for ghdl V0.36 -Whide warnings
2019-08-21 12:04:09 +02:00
wfjm
0269006dc8
docu updates [skip ci]
2019-08-11 09:50:44 +02:00