- https://efthimiskritikos.com/
- Joined on
2023-02-04
Block a user
1d9be44c5a
Build system: renamed upload to upload_bitstream to allow for an upload_firmware in the future
3e66336456
Build system: Small fixes and corrected rebuild when only the verilator testbench was changed
94bc6eba39
Build system: Added help text and target mrproper which also deletes downloaded source code
533f346f9b
Build system: Added the ability to simulate an FPGA SoC and fixed all the warning verilator gave of the code previously used only for synthesis.
05343864da
Build system: Added a script that uses docker to test building the project on some popular linux distros
8edafd70cf
Build system: Improved the handling of seeds, moved most of the board specific build instructions to the board specific .mk file and fixed bios.asm dependencies
acc0581124
Boot_code/BIOS: Split the litedram init off to a separate file and included the brainfuck compiler in the bios as a demo for the ram. Also added code to zero out the brainfuck data in the compiler
84be5eed67
Boot_code/BIOS: Split the litedram init off to a separate file and included the brainfuck compiler in the bios as a demo for the ram
2fcc521f12
Peripherals/Wishbone_memory: Rewrote the module to be more efficient, smaller and also support byte level addressing. It is correct enough now to run code out of!
dd1080b42c
Build system: Added maximum CPU frequency to build system info and improved the way nextpnr seed is handled, fixing builds with older versions of make