Skip to content
Snippets Groups Projects
Commit a8facf22 authored by Oleg Struk's avatar Oleg Struk
Browse files

Update readme (related to peakrdl use) and gitignore

parent f32c466c
Branches arria10
No related merge requests found
......@@ -21,4 +21,5 @@ vsim.wlf
**/incremental_db/*
**/hps_isw_handoff/*
**/qdb/*
**/tmp_svunit/
\ No newline at end of file
**/tmp_svunit/
**/.qsys_edit/
\ No newline at end of file
......@@ -18,15 +18,19 @@
git submodule update --init --recursive
### <ins>Generate Verilog from rdl:</ins>
### <ins>Generate files from RDL (Register Description Language):</ins>
#### 1. Go to rdl directory:
cd rdl
#### 2. Generate Verilog from rdl file:
#### 2. Generate SystemVerilog from RDL file:
peakrdl regblock registers.rdl -o outputs/ --cpuif axi4-lite-flat
#### 3. Generate HTML from RDL file:
peakrdl html registers.rdl -o outputs/html
### <ins>Simulate design</ins>
#### 1. Go to test directory:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment