Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2017-11-01 | 1.8 kB | |
gen-regs-code_r2.1.0.zip | 2017-11-01 | 167.5 kB | |
gen-regs-code_r2.0.1.zip | 2017-08-02 | 154.5 kB | |
gen-regs-code_r2.0.0.zip | 2017-06-05 | 153.2 kB | |
gen_regs_r1.1.1.zip | 2016-11-22 | 121.7 kB | |
gen_regs_r1.1.zip | 2016-10-18 | 121.3 kB | |
gen_regs_r1.0.zip | 2016-10-17 | 121.2 kB | |
Totals: 7 Items | 841.3 kB | 0 |
#============================================================================== # README #============================================================================== #-------------------------------------- # r2.1.0 #-------------------------------------- Updates from r2.0.1: - Corrected write mask value computation; - Updated check mask value computation (initial value is now the maximum value); - Added the registers number global parameter in defined/package file; - Updated parameters in local parameters (SystemVerilog only); - Added register and output creation when update option is set on a field; - Added WC, WC and WO1 field types; - Corrected assignation width declaration in register process on read/write set/clear fields; - Updated documentation. #-------------------------------------- # r2.0.1 #-------------------------------------- Updates from r2.0.0: - Corrected asynchronous read data assignation (Verilog and SystemVerilog only); - Corrected read process in order to take into account the read enable signal; - Removed output creation on RC and RS field types. #-------------------------------------- # r2.0.0 #-------------------------------------- Updates from r1.1.1: - Added field types; - Added VHDL; - Added options for more flexibility; - Added SystemVerilog testbench. #-------------------------------------- # r1.1.1 #-------------------------------------- Updates from r1.1: - Added release information in output header files; - Updated parameters and signals naming, corrected default read data width (SystemVerilog only), and corrected clock enable generation. #-------------------------------------- # r1.1 #-------------------------------------- Updates from r1.0: - Corrected clock enable clock generation.