URL
https://opencores.org/ocsvn/robust_reg/robust_reg/trunk
Subversion Repositories robust_reg
[/] [robust_reg/] [trunk/] [README.txt] - Rev 8
Go to most recent revision | Compare with Previous | Blame | View Log
------------------------------ Remark ----------------------------------------This code is a generic code written in RobustVerilog. In order to convert it to Verilog a RobustVerilog parser is required.It is possible to download a free RobustVerilog parser from www.provartec.com/edatools.We will be very happy to receive any kind of feedback regarding our tools and cores.We will also be willing to support any company intending to integrate our cores into their project.For any questions / remarks / suggestions / bugs please contact info@provartec.com.------------------------------------------------------------------------------RobustVerilog generic APB register fileThis register file generator uses an Excel worksheet and produces:1. Verilog register file2. C header file3. HTML documentationThe Excel worksheet named Database holds the registers and their fields.Register and field types:RW - Read and WriteRO - Read onlyWO - Write onlyThe Excel worksheet automatically generates the RobustVerilog definition files in the RobustVerilog_regs and RobustVerilog_fields worksheetsCreating the output files:1. Make changes as required in the Excel Database worksheet2. Save worksheet RobustVerilog_regs as text to def_regs.txt (space delimiters)3. Save worksheet RobustVerilog_fields as text to def_fields.txt (space delimiters)4. Run the run.sh script in the run dicertory5. Output files will be in run/out directoryIn order to create the design use the run.sh script in the run directory (notice that the run scripts calls the robust binary (RobustVerilog parser)).
Go to most recent revision | Compare with Previous | Blame | View Log
