0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jun 05, 2025 — Jun 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixing makefile More... about 14 years ago
some clean up More... over 14 years ago
trying to move the software simulated rom/ram/peripherals into logic, work in progress, dont use. More... over 14 years ago
adding a verilog wrapper as a simple way to add visibility from the software simulation layer More... over 14 years ago
adding a timer with interrupts to the amber23 simulation More... over 14 years ago
more include clean up, checked in a vmain file that has enough ram for the twain test More... over 14 years ago
adding a zlib, zlib.net, based test. Compresses some data, then decompresses, then compares original to the decompressed data More... over 14 years ago
playing with the cache now that it appears to work (both amber23 and amber25) More... over 14 years ago
cleaned up amber25 files More... over 14 years ago
raw amber25 files from opencores More... over 14 years ago
a verilator fix allowed the cache to be compiled in, and it appears to work! More... over 14 years ago
more clean up, a patch to verilator allows the cache to remain More... over 14 years ago
at this point verilator goes into an infinite loop of some sort More... over 14 years ago
creating a staging area for pulling in and making mods that are tracked in git from the files straight from the amber author to my fork that works under verilator More... over 14 years ago
a little cleanup More... over 14 years ago
updated a README More... over 14 years ago
some cleanup More... over 14 years ago
small update to the README More... over 14 years ago
Fixed the memory system around amber25, the tea tests now pass. More... over 14 years ago
adding modifications to amber25 to make it build and run under verilator More... over 14 years ago
adding raw files for 5 stage pipeline amber2 processor amber25 More... over 14 years ago
adding xxtea example/test. More... over 14 years ago
adding xtea example/test More... over 14 years ago
tried to use the cache. apparently I had already removed a connection from a23_fetch so it wasnt there but fetch logic was hoping to find it. tried to get it to work with verilator, decided to just chuck it completely. so if you enable it it doesnt do anything you keep on running without crashing More... over 14 years ago
adding systick example. Remembered to fix a problem in vmain, when you run forever the tick variable rolls over and you have a short period between the rollover and tick < 11 where it doesnt watch the bus. Changed the logic there so that doesnt happen More... over 14 years ago
changing the no trace, run forever, simulator to use the same source file More... over 14 years ago
had a bug in a23_decode.v (me not the original author) which was found with the tea01 test because tea01 takes so long needed to add a run forever (without traces) simulation More... over 14 years ago
adding top level README and updated blinker01.s to not run forever More... over 14 years ago
adding hello_world example, first example in C. More... over 14 years ago
adding another example to learn about how the core reads and writes bytes, added more to the testbench/wrapper More... over 14 years ago