wfjm
4a64a63c4c
rbd_tester: use fifo_simple_dram
2019-02-23 09:37:19 +01:00
wfjm
0c395856d7
add memlib/fifo_simple_dram + test benches
...
- add fifo_simple_dram: simple fifo with CE/WE interface, dram based
- add test benches for fifo_simple_dram, fifo_2c_dram, and fifo_2c_dram2
- add simclkv: test bench clock generator with variable period
2019-02-22 19:09:42 +01:00
wfjm
5a3c40a846
ready for V0.76
w11a_V0.76
2019-02-16 08:31:36 +01:00
wfjm
913fe9b399
update message filters
...
- vmfset: now tested for viv 2017.2 and 2018.3
- imfset: now tested for ISE 14.7
2019-02-15 18:44:55 +01:00
wfjm
80fbad98c6
add resource lines for viv 2017.2 and 2018.3
2019-02-10 09:04:52 +01:00
wfjm
39a6280cda
remove iist from Spartan-3,6 designs
2019-02-09 09:13:46 +01:00
wfjm
c47ac81e78
down rate sys_w11a_arty to 75 Mhz for viv 2018.3
2019-02-08 20:30:19 +01:00
wfjm
51c2cf328c
add forgotten file for Arty S7 with MIG
2019-02-08 19:48:57 +01:00
wfjm
f613babe57
add w11a system for Arty S7 with MIG
2019-02-03 09:23:05 +01:00
wfjm
3cb0bc6924
add MIG support for Arty S7
2019-02-02 09:36:23 +01:00
wfjm
bb8669630b
minor docu updates
2019-02-01 18:43:16 +01:00
wfjm
302dc20cb7
add w11a system for Nexys4 DDR with MIG
2019-01-27 09:54:19 +01:00
wfjm
b238f9bce2
add sys_tst_sram_n4d (memory tester for Nexys4 DDR)
2019-01-26 20:43:16 +01:00
wfjm
69e3fb5e68
add sys_tst_mig_n4d (MIG tester for Nexys4 DDR)
2019-01-18 19:34:15 +01:00
wfjm
74ad445c1e
Some minor updates:
...
- tbrun: add --list option
- ti_w11: add add -ar,-n4d (ddr versions)
- travis: run all sys_tst_sram,sys_w11a also for arty (cover ddr)
- tst_mig/test_mem.tcl: add low level iface tests
- comment changes
2019-01-13 09:46:54 +01:00
wfjm
3a8da10b96
add MIG support for Nexys4 DDR
2019-01-12 09:48:18 +01:00
wfjm
dd7cdfeceb
add w11a system for Arty with MIG
2019-01-04 09:19:00 +01:00
wfjm
cb7b906089
Add memory tester for Arty and MIG
...
- sys_tst_sram_arty: add system and tb
- sramif_mig_arty: add SRAM to DDR via MIG adapter for arty
- cdc_pulse: add clock domain crossing for a slowly changing value
- cdc_vector_s0: add ENA port (now used in cdc_pulse)
- tst_mig/util.tcl: test_rwait: add optional lena argument
- viv_tools_build.tcl: downgrade SSN critical warnings to warnings
2019-01-03 09:15:07 +01:00
wfjm
fefa952a4d
Makefile: drop boost includes and libs
2019-01-02 12:00:31 +01:00
wfjm
0e87dd8670
add sramif2migui: w11a SRAM to MIG UI interface core
2019-01-02 10:06:25 +01:00
wfjm
f50a85e646
add sys_tst_mig_arty system: a MIG tester
2019-01-01 22:41:44 +01:00
wfjm
14362b2a56
Add basic DDR memory support
...
- arty board support
- viv_tools_build: export log and rpt generated in OOC synthesis runs
- s7_cmt_sfs_2: dual-channel frequency synthesis MMCM/PLL wrapper
- s7_cmt_1ce1ce2c: clocking block for 7-Series: 2 clk+CEs + 2 clk
- cdc_signal_s1_as: clock domain crossing for a signal, 2 stage, asyn input
- migui_core_gsim: highly simplified MIG UI simulation model
2018-12-31 10:00:14 +01:00
wfjm
cf6c0ed8e0
cleanup not longer used directory
2018-12-30 10:59:24 +01:00
wfjm
b8dfa6d41e
get ready for w11a_V0.753 release
...
- rtl/sys_gen/*/*.vhd: drop superfluous genlib call
- rtl/sys_gen/*/*.vmfset: accomodate recent code changes
- tools/bin/tbrun: show correct 'found count' in summary message
- tools/dox/*.Doxyfile: push version to 0.753
- tools/src/librtools/Rtime.ipp: change list-init make some gcc happy
w11a_V0.753
2018-12-29 14:14:08 +01:00
wfjm
0fe9cd8acc
mixed bag of small backend code updates
...
- RlinkCommand,RlinkCommandList: add move version of methods
- use constructor delegation
- use nullptr
- drop empty destructors for pod-only classes
- RlinkCommand: rename IsBlockExt -> HasBlockExt
- RlinkConnect: add BadPort(); used on all hard port checks
- remove contraproductive moves (-Wpessimizing-move)
- add casts (-Wfloat-conversion, -Wdouble-promotion)
- virtual dtor now outlined to streamline vtable
- make Dump non virtual in some cases (-Wnon-virtual-dtor)
- rename variables in shadow situations (-Wshadow)
2018-12-27 09:04:19 +01:00
wfjm
89732fe3e0
update xviv_msg_filter
...
- add c type rules for 'count-only' filters
- add support for bitstream generation checking ([bit] section)
- update vmfsets
2018-12-26 09:40:03 +01:00
wfjm
a73bda34de
perl scripts: add and use bailout
2018-12-24 09:02:41 +01:00
wfjm
5bf5d405c3
use std::boolalpha; add and use RosPrintf(bool)
2018-12-23 09:07:25 +01:00
wfjm
93bf5ce03b
use c++ style casts
2018-12-22 09:20:02 +01:00
wfjm
674762d6d8
consolidate clock generation in 7-Series designs
...
- s7_cmt_1ce1ce: add clock generator block used in many 7-Series designs
- sys_gen/*/*: use s7_cmt_1ce1ce in 7-Series designs
- tbcore_rlink: wait 40 cycles after CONF_DONE
- serport_master_tb: add 100 ps RXSD,TXSD delay to allow clock jitter
2018-12-21 09:06:16 +01:00
wfjm
47a1c58e53
tbench: don't test memory controller reset anymore
2018-12-20 09:18:45 +01:00
wfjm
40f7cad0af
tbrun: add --all option
2018-12-20 09:16:42 +01:00
wfjm
285acce699
travis: add cpu type info inquiry
2018-12-20 09:15:22 +01:00
wfjm
4e2f1c3d19
use std::thread instead of boost; final boost cleanup
...
- no boost:: classes used anymore
- no boost/*.hpp headers included anymore
- significantly improved compilation speed
2018-12-19 11:53:54 +01:00
wfjm
dcaf39ff84
use mutex and friends from std:: instead from boost::
...
- use std::mutex
- use std::recursive_mutex
- use std::condition_variable
- use std::lock_guard
2018-12-18 10:22:35 +01:00
wfjm
783778f2bb
use =delete for noncopyable instead of boost
2018-12-17 09:00:15 +01:00
wfjm
1620ee3a84
phase-out boost::function,bind
...
- use std::function instead of boost
- use c++11 lambda instead of boost::bind in most cases
- use std::bind in few cases where this deems more readable
- use move semantics for passing of function objects
2018-12-16 12:24:07 +01:00
wfjm
11e6c81379
add HasPort/HasVirt(); Port() and Virt() return reference
2018-12-15 14:49:34 +01:00
wfjm
70f0911b37
use std::shared_ptr instead of boost
2018-12-14 18:24:24 +01:00
wfjm
cd97fb0f45
add and use move semantic in RlinkCommandExpect
2018-12-13 20:53:56 +01:00
wfjm
03d69de264
BUGFIX: Start(Tx|Rx)Ring, was broken in 970be66
2018-12-09 09:22:06 +01:00
wfjm
a369c48762
use unique_ptr
2018-12-09 09:16:07 +01:00
wfjm
233730885d
comment&code cosmetics; minor changes
2018-12-08 09:25:25 +01:00
wfjm
5d34d1fad6
ensure that essential vivado warnings are not discarded
...
- xviv_msg_filter: display INFO Common 17-14 'further message disabled'
- viv_tools_build.tcl: increase message limits (all 200, some 5000)
- sys_w11a_*.vmfset: correct for thus far missed entries
2018-12-07 19:38:32 +01:00
wfjm
74ef4925b4
add and use bailout; add @tcl
2018-12-02 09:39:29 +01:00
wfjm
a3bf3519d9
remove ISE build support for 7Series designs
2018-12-01 13:07:59 +01:00
wfjm
86556f767f
use range loops
2018-11-30 20:21:30 +01:00
wfjm
4e1f91b0a1
use auto; use emplace,make_pair
2018-11-16 18:26:00 +01:00
wfjm
e1abc27983
comment&code cosmetics; minor changes
2018-11-11 09:50:46 +01:00
wfjm
f248ab9bb2
tbrun,asm-11: use bailout, update exit codes
2018-11-11 09:39:40 +01:00