Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / simple / issuer_verilog.py
2023-07-27 Andrey MiroshnikovMakefile: Added rule for generating mw-compatible core...
2022-07-06 Luke Kenneth Casso... add fabric compatibility mode
2022-04-29 Luke Kenneth Casso... add option to set small cache sizes in
2022-04-16 Tobias PlatenMerge ssh://git.libre-riscv.org:922/soc
2022-04-16 Tobias Platenpart one of issuer_fix: add parameter to issuer_verilog.py
2022-04-03 Luke Kenneth Casso... correct default to zero string not zero int
2022-04-03 Luke Kenneth Casso... add alternative pc_reset argument to issuer_verilog.py
2022-02-27 Luke Kenneth Casso... add XLEN to issuer_verilog.py defaults to 64
2022-01-12 Luke Kenneth Casso... add allow-overlap option to issuer_verilog.py
2022-01-09 Luke Kenneth Casso... add linux-5.7 unit test which showed a silly error:
2022-01-03 Luke Kenneth Casso... sigh have to allow external clocks and reset mess even...
2022-01-03 Luke Kenneth Casso... give module appropriate top-level name in microwatt...
2022-01-03 Luke Kenneth Casso... adding an extra option to issuer_verilog.py to be able...
2021-12-23 Luke Kenneth Casso... pass in msr_reset to issuer_verilog.py
2021-12-21 Luke Kenneth Casso... enable I-Cache wishbone memory type in issuer_verilog...
2021-12-21 Luke Kenneth Casso... whoops issuer_verilog.py enabling mmu has to pass micro...
2021-05-01 Luke Kenneth Casso... enable issuer_verilog.py to generate new MMU/DCache...
2021-04-20 Luke Kenneth Casso... add enable MMU option to issuer_verilog.py
2021-03-30 Alain D D WilliamsMerge branch 'master' of git.libre-soc.org:soc
2021-03-28 Luke Kenneth Casso... add option to reduce number of regfile ports (get DFFs...
2021-03-08 Luke Kenneth Casso... add option in TestRunner to disable svp64 via commandli...
2021-02-20 Luke Kenneth Casso... add option for QTY 4x 4k SRAM blocks (not added yet...
2020-11-13 Luke Kenneth Casso... add enable/disable arguments (not ideal but it works...
2020-10-21 Cole Poirierversa_ecp5 adds ability to build and load for ulx3s85f...
2020-10-15 Luke Kenneth Casso... sorting out missing clock somewhere
2020-10-15 Luke Kenneth Casso... use "enable" and set default actions in getopt
2020-10-14 Cole Poirierissuer_verilog.py update to use commandline args using...
2020-10-11 Luke Kenneth Casso... add way to bypass PLL for ECP5 and sim
2020-10-11 Luke Kenneth Casso... litex sim.py operational
2020-09-28 Luke Kenneth Casso... add "nocore" option to build verilog
2020-09-28 Luke Kenneth Casso... switch off internal gpio (testing)
2020-09-22 Luke Kenneth Casso... add jtagremote to litex sim, add new "variant" to core...
2020-09-22 Luke Kenneth Casso... add jtag interface to issuer_verilog
2020-09-19 Luke Kenneth Casso... remove the gpio peripheral which was previously hard...
2020-09-05 Luke Kenneth Casso... add simple GPIO wishbone bus to litex sim.py
2020-09-05 Luke Kenneth Casso... add simple GPIO peripheral to verilog TestIssuer
2020-09-04 Luke Kenneth Casso... adding option to include XICS external interrupts.
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-21 Luke Kenneth Casso... testing 64-bit wishbone bus after 32-bit *still* fails...
2020-08-21 Luke Kenneth Casso... get litex sim enabled with 32-bit wishbone bus
2020-08-14 Luke Kenneth Casso... put multi-ports back (for read) on int and fast regfiles
2020-08-05 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-05 Luke Kenneth Casso... add div FSM as default for test_issuer in verilog and...
2020-07-30 Luke Kenneth Casso... ha! have to explicitly specify the ports when writing...
2020-07-23 Luke Kenneth Casso... support 32-bit mem width setting
2020-07-19 Luke Kenneth Casso... add issuer verilog generator