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
ab3d2145
Commit
ab3d2145
authored
Jun 26, 2020
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests due to text change or QoR
parent
44821806
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
18 additions
and
59 deletions
+18
-59
architecture/synth_anlogic/anlogic_determine_init_eqn.ys
+0
-1
architecture/synth_ecp5/ecp5_ffinit.ys
+1
-1
backends/write_intersynth/write_intersynth_cant_export_fail.pat
+1
-1
misc/abc/abc_g_cmos.ys
+1
-1
misc/abc/abc_mux.ys
+1
-1
misc/abc/abc_mux4.ys
+1
-1
misc/abc/abc_mux_cmos3.ys
+2
-2
misc/abc/abc_mux_cmos4.ys
+4
-4
misc/select/select_set_with_assert_any_fail.pat
+1
-1
misc/select/select_set_with_assert_max_fail.pat
+1
-1
misc/select/select_set_with_count_fail.pat
+1
-1
misc/select/select_set_with_del_fail.pat
+1
-1
misc/select/select_set_with_list_fail.pat
+1
-1
misc/setundef/setundef_one_of_options_fail.pat
+1
-1
regression/issue_00082/issue_00082.ys
+1
-1
simple/dffsr2dff/dffsr2dff.ys
+0
-14
simple/dffsr2dff/top.v
+0
-26
No files found.
architecture/synth_anlogic/anlogic_determine_init_eqn.ys
View file @
ab3d2145
...
...
@@ -12,7 +12,6 @@ opt -fast -mux_undef -undriven -fine
memory_map
opt -undriven -fine
techmap -map +/techmap.v -map +/anlogic/arith_map.v
dffsr2dff
techmap -D NO_LUT -map +/anlogic/cells_map.v
dffinit -strinit SET RESET -ff AL_MAP_SEQ q REGSET -noreinit
opt_expr -mux_undef
...
...
architecture/synth_ecp5/ecp5_ffinit.ys
View file @
ab3d2145
...
...
@@ -11,7 +11,7 @@ opt -fast -mux_undef -undriven -fine
techmap -map +/techmap.v -map +/ecp5/arith_map.v
abc -dff
opt -fast -mux_undef -undriven -fine
dff2dffe -direct-match $_DFF_* -direct-match $_
_DFFS
_*
dff2dffe -direct-match $_DFF_* -direct-match $_
SDFF
_*
techmap -D NO_LUT -map +/ecp5/cells_map.v
opt_expr -mux_undef
simplemap
...
...
backends/write_intersynth/write_intersynth_cant_export_fail.pat
View file @
ab3d2145
ERROR: Can't export composite or non-word-wide signal
{ \\y \\A }.
ERROR: Can't export composite or non-word-wide signal
misc/abc/abc_g_cmos.ys
View file @
ab3d2145
...
...
@@ -5,4 +5,4 @@ abc -g cmos
select -assert-count 1 t:$_NAND_
select -assert-count 1 t:$_NOT_
select -assert-count 1 t:$_OAI3_
select -assert-count
2
t:$_XNOR_
select -assert-count
1
t:$_XNOR_
misc/abc/abc_mux.ys
View file @
ab3d2145
...
...
@@ -2,4 +2,4 @@ read_verilog ../top_mux.v
proc
synth -top top
abc
select -assert-count 1
0
9 t:$_MUX_
select -assert-count 1
3
9 t:$_MUX_
misc/abc/abc_mux4.ys
View file @
ab3d2145
read_verilog ../top_mux.v
synth -top top
abc -mux4
select -assert-count
60
t:$_MUX4_
select -assert-count
75
t:$_MUX4_
misc/abc/abc_mux_cmos3.ys
View file @
ab3d2145
...
...
@@ -2,5 +2,5 @@ read_verilog ../top_mux.v
synth -top top
tee -o result.out abc -g cmos3
abc -g cmos3
select -assert-count 1
21
t:$_AOI3_
select -assert-count 16
3
t:$_OAI3_
select -assert-count 1
44
t:$_AOI3_
select -assert-count 16
9
t:$_OAI3_
misc/abc/abc_mux_cmos4.ys
View file @
ab3d2145
...
...
@@ -3,7 +3,7 @@ synth -top top
tee -o result.out abc -g cmos4
abc -g cmos4
select -assert-count
90
t:$_AOI3_
select -assert-count
17
t:$_AOI4_
select -assert-count 1
32
t:$_OAI3_
select -assert-count
37
t:$_OAI4_
select -assert-count
111
t:$_AOI3_
select -assert-count
28
t:$_AOI4_
select -assert-count 1
11
t:$_OAI3_
select -assert-count
24
t:$_OAI4_
misc/select/select_set_with_assert_any_fail.pat
View file @
ab3d2145
ERROR: Option -set can not be combined with
-list, -write, -count, -add, -del, -assert-none, -assert-any, -assert-count, -assert-max, or -assert-min.
ERROR: Option -set can not be combined with
misc/select/select_set_with_assert_max_fail.pat
View file @
ab3d2145
ERROR: Option -set can not be combined with
-list, -write, -count, -add, -del, -assert-none, -assert-any, -assert-count, -assert-max, or -assert-min.
ERROR: Option -set can not be combined with
misc/select/select_set_with_count_fail.pat
View file @
ab3d2145
ERROR: Option -set can not be combined with
-list, -write, -count, -add, -del, -assert-none, -assert-any, -assert-count, -assert-max, or -assert-min.
ERROR: Option -set can not be combined with
misc/select/select_set_with_del_fail.pat
View file @
ab3d2145
ERROR: Option -set can not be combined with
-list, -write, -count, -add, -del, -assert-none, -assert-any, -assert-count, -assert-max, or -assert-min.
ERROR: Option -set can not be combined with
misc/select/select_set_with_list_fail.pat
View file @
ab3d2145
ERROR: Option -set can not be combined with
-list, -write, -count, -add, -del, -assert-none, -assert-any, -assert-count, -assert-max, or -assert-min.
ERROR: Option -set can not be combined with
misc/setundef/setundef_one_of_options_fail.pat
View file @
ab3d2145
ERROR: One of the options
-zero, -one, -anyseq, -anyconst, or -random <seed> must be specified.
ERROR: One of the options
regression/issue_00082/issue_00082.ys
View file @
ab3d2145
logger -expect error "
no AST_WIRE node
" 1
logger -expect error "
task/function argument direction missing
" 1
read_verilog top.v
simple/dffsr2dff/dffsr2dff.ys
deleted
100644 → 0
View file @
44821806
read_verilog ../top.v
proc
dffsr2dff
techmap
dffsr2dff
design -reset
read_verilog ../top.v
synth -top top
dffsr2dff
flatten
opt
opt_rmdff
dffsr2dff
simple/dffsr2dff/top.v
deleted
100644 → 0
View file @
44821806
module
dffsr
(
input
d
,
clk
,
pre
,
clr
,
output
reg
q
)
;
always
@
(
posedge
clk
,
posedge
pre
,
negedge
clr
)
if
(
pre
)
q
<=
1'b1
;
else
if
(
clr
)
q
<=
1'b0
;
else
q
<=
d
;
endmodule
module
top
(
input
clk
,
input
a
,
output
b
)
;
dffsr
u_dffsr
(
.
clk
(
clk
)
,
.
clr
(
1'b1
)
,
.
pre
(
1'b1
)
,
.
d
(
a
)
,
.
q
(
b
)
)
;
endmodule
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