Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yosys-tests
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
lvzhengyang
yosys-tests
Commits
e00da20f
Commit
e00da20f
authored
Aug 06, 2019
by
SergeyDegtyar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new test for test_cell command
parent
9e9090ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
misc/Makefile
+1
-1
misc/scripts/test_cell_map.ys
+1
-1
misc/scripts/test_cell_wo_synth.ys
+3
-0
No files found.
misc/Makefile
View file @
e00da20f
...
...
@@ -23,7 +23,7 @@ $(eval $(call template,test_abcloop,test_abcloop test_abcloop_n test_abcloop_s )
#test_cell
#test_cell_map - takes a lot of time
# test_cell_mux, test_cell_pmux - is not supported
$(eval
$(call
template,test_cell,test_cell
test_cell_aigmap
test_cell_const
test_cell_edges
test_cell_f
test_cell_div
test_cell_muxdiv
test_cell_n
test_cell_noeval
test_cell_nosat
test_cell_s
test_cell_script
test_cell_simlib
test_cell_v
test_cell_vlog
test_cell_w
test_cell_alu
test_cell_sop
test_cell_lut
test_cell_macc
test_cell_lcu
test_cell_fa))
$(eval
$(call
template,test_cell,test_cell
test_cell_aigmap
test_cell_const
test_cell_edges
test_cell_f
test_cell_div
test_cell_muxdiv
test_cell_n
test_cell_noeval
test_cell_nosat
test_cell_s
test_cell_script
test_cell_simlib
test_cell_v
test_cell_vlog
test_cell_w
test_cell_alu
test_cell_sop
test_cell_lut
test_cell_macc
test_cell_lcu
test_cell_fa
test_cell_wo_synth
test_cell_map
))
$(eval
$(call
template,test_cell_error,
test_cell_failed_to_open
test_cell_unexpected_opt
test_cell_cell_type_not_supported
test_cell_no_cell_t_specified
test_cell_dont_spec_cell_type_with_f
))
#torder
...
...
misc/scripts/test_cell_map.ys
View file @
e00da20f
read_verilog ../top.v
synth -top top
tee -o result.log test_cell -n 2 -map
../simlib
.v $add
tee -o result.log test_cell -n 2 -map
+/techmap
.v $add
misc/scripts/test_cell_wo_synth.ys
0 → 100644
View file @
e00da20f
read_verilog ../top.v
proc
tee -o result.log test_cell $add
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