Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BSD
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chengshuyao
BSD
Commits
132c28bc
Commit
132c28bc
authored
Dec 26, 2025
by
chengshuyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README update
parent
88a486f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
src/readme.md
+9
-0
src/top.h
+1
-1
No files found.
src/readme.md
View file @
132c28bc
...
@@ -12,3 +12,12 @@ Your io generator function in the file need to start with the following head:
...
@@ -12,3 +12,12 @@ Your io generator function in the file need to start with the following head:
extern const int PO_WIDTH = 25;
extern const int PO_WIDTH = 25;
void io_generator_outer(bool* pi, bool* po) {
void io_generator_outer(bool* pi, bool* po) {
}
}
Run:
sh zstart.sh
Result:
The output Verilog files are stored in rtl/
See function_top.v
src/top.h
View file @
132c28bc
#include "head.h"
#include "head.h"
#include "io_generator/c1
908
.h" //io_generator中需要包含对PI_WIDTH,PO_WIDTH的全局定义,如: extern const int PI_WIDTH = 36;
#include "io_generator/c1
7
.h" //io_generator中需要包含对PI_WIDTH,PO_WIDTH的全局定义,如: extern const int PI_WIDTH = 36;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment