1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

12 Commits

Author SHA1 Message Date
Andreas Olofsson
1be045a5c9 Adding stub files for axi master and slave
- Got tired of tying off constants, too many useless bugs to debug...
- Easier to to autoinst...
2015-11-18 23:23:31 -05:00
Andreas Olofsson
62305244e9 Build script fixup + gitignore
- Filtering "src" wasn't such a good idea...
- Fixing script for bitstream, bootgen doesn't overwrite existing bit stream files (thanks Xilinx, cost me an hour of anxiety!!)
2015-11-11 00:29:15 -05:00
Andreas Olofsson
8a89b7e185 Adding more structured vivado build files 2015-11-06 14:11:46 -05:00
Andreas Olofsson
84b5af5b3a Cleanup 2015-11-06 14:10:35 -05:00
Andreas Olofsson
d15f67f470 Filtering more Xilinx crud 2015-11-06 07:02:47 -05:00
Andreas Olofsson
96efc91ec1 Filtering more Xilinx junk files 2015-11-04 19:18:11 -05:00
Andreas Olofsson
e763cc0250 Added filters for all the Xilinx junk
- git should have only .tcl files really...
2015-11-04 17:55:01 -05:00
Andreas Olofsson
63e0017275 Stimulus end of test issue
- Still not 100% on this...but test passes
- Teset was hanging even though  stim_done went high. Ticks not advancing, pointing towards comb loop, but what is different at end of test?
- Now to test read/writes of registers from axi and set the idelay registers
2015-11-03 19:56:27 -05:00
Andreas Olofsson
6d9d9702d8 Simulation file cleanup 2015-11-03 19:53:43 -05:00
Andreas Olofsson
f544c44a08 Adding register access from RX
-Access without symmetry was awkward, now we can reach regs from TX or RX side
-Removes a special path for mailbox (came for free)
-At the same time reduced clock complexity (one clock for system!!)
-Moved mailbox to top level
-Changed main clock to "sys_clk" for all
2015-04-27 23:51:00 -04:00
Andreas Olofsson
ebaac22700 Cleanup 2015-04-21 21:43:16 -04:00
Fred Huettig
440d932794 New Vivado-friendly modules, testbench for elink gold-vs-new. 2014-11-19 12:02:18 -05:00