Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
64408d46
Commit
64408d46
authored
Jul 23, 2015
by
Alexey Grebenkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug found with cvc
parent
36dd6ef1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
32 deletions
+32
-32
cmd_encod_linear_mux.v
memctrl/cmd_encod_linear_mux.v
+16
-16
cmd_encod_tiled_mux.v
memctrl/cmd_encod_tiled_mux.v
+16
-16
No files found.
memctrl/cmd_encod_linear_mux.v
View file @
64408d46
...
...
@@ -436,7 +436,7 @@ module cmd_encod_linear_mux#(
;
`ifdef
def_scanline_chn0
wire
start0
=
0
|
wire
start0
=
0
`ifdef
def_read_mem_chn0
|
start0_rd
`endif
...
...
@@ -446,7 +446,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn1
wire
start1
=
0
|
wire
start1
=
0
`ifdef
def_read_mem_chn1
|
start1_rd
`endif
...
...
@@ -456,7 +456,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn2
wire
start2
=
0
|
wire
start2
=
0
`ifdef
def_read_mem_chn2
|
start2_rd
`endif
...
...
@@ -466,7 +466,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn3
wire
start3
=
0
|
wire
start3
=
0
`ifdef
def_read_mem_chn3
|
start3_rd
`endif
...
...
@@ -476,7 +476,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn4
wire
start4
=
0
|
wire
start4
=
0
`ifdef
def_read_mem_chn4
|
start4_rd
`endif
...
...
@@ -486,7 +486,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn5
wire
start5
=
0
|
wire
start5
=
0
`ifdef
def_read_mem_chn5
|
start5_rd
`endif
...
...
@@ -496,7 +496,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn6
wire
start6
=
0
|
wire
start6
=
0
`ifdef
def_read_mem_chn6
|
start6_rd
`endif
...
...
@@ -506,7 +506,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn7
wire
start7
=
0
|
wire
start7
=
0
`ifdef
def_read_mem_chn7
|
start7_rd
`endif
...
...
@@ -516,7 +516,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn8
wire
start8
=
0
|
wire
start8
=
0
`ifdef
def_read_mem_chn8
|
start8_rd
`endif
...
...
@@ -526,7 +526,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn9
wire
start9
=
0
|
wire
start9
=
0
`ifdef
def_read_mem_chn9
|
start9_rd
`endif
...
...
@@ -536,7 +536,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn10
wire
start10
=
0
|
wire
start10
=
0
`ifdef
def_read_mem_chn10
|
start10_rd
`endif
...
...
@@ -546,7 +546,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn11
wire
start11
=
0
|
wire
start11
=
0
`ifdef
def_read_mem_chn11
|
start11_rd
`endif
...
...
@@ -556,7 +556,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn12
wire
start12
=
0
|
wire
start12
=
0
`ifdef
def_read_mem_chn12
|
start12_rd
`endif
...
...
@@ -566,7 +566,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn13
wire
start13
=
0
|
wire
start13
=
0
`ifdef
def_read_mem_chn13
|
start13_rd
`endif
...
...
@@ -576,7 +576,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn14
wire
start14
=
0
|
wire
start14
=
0
`ifdef
def_read_mem_chn14
|
start14_rd
`endif
...
...
@@ -586,7 +586,7 @@ module cmd_encod_linear_mux#(
;
`endif
`ifdef
def_scanline_chn15
wire
start15
=
0
|
wire
start15
=
0
`ifdef
def_read_mem_chn15
|
start15_rd
`endif
...
...
memctrl/cmd_encod_tiled_mux.v
View file @
64408d46
...
...
@@ -539,7 +539,7 @@ module cmd_encod_tiled_mux #(
;
`ifdef
def_tiled_chn0
wire
start0
=
0
|
wire
start0
=
0
`ifdef
def_read_mem_chn0
|
start0_rd
|
start0_rd32
`endif
...
...
@@ -549,7 +549,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn1
wire
start1
=
0
|
wire
start1
=
0
`ifdef
def_read_mem_chn1
|
start1_rd
|
start1_rd32
`endif
...
...
@@ -559,7 +559,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn2
wire
start2
=
0
|
wire
start2
=
0
`ifdef
def_read_mem_chn2
|
start2_rd
|
start2_rd32
`endif
...
...
@@ -569,7 +569,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn3
wire
start3
=
0
|
wire
start3
=
0
`ifdef
def_read_mem_chn3
|
start3_rd
|
start3_rd32
`endif
...
...
@@ -579,7 +579,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn4
wire
start4
=
0
|
wire
start4
=
0
`ifdef
def_read_mem_chn4
|
start4_rd
|
start4_rd32
`endif
...
...
@@ -589,7 +589,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn5
wire
start5
=
0
|
wire
start5
=
0
`ifdef
def_read_mem_chn5
|
start5_rd
|
start5_rd32
`endif
...
...
@@ -599,7 +599,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn6
wire
start6
=
0
|
wire
start6
=
0
`ifdef
def_read_mem_chn6
|
start6_rd
|
start6_rd32
`endif
...
...
@@ -609,7 +609,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn7
wire
start7
=
0
|
wire
start7
=
0
`ifdef
def_read_mem_chn7
|
start7_rd
|
start7_rd32
`endif
...
...
@@ -619,7 +619,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn8
wire
start8
=
0
|
wire
start8
=
0
`ifdef
def_read_mem_chn8
|
start8_rd
|
start8_rd32
`endif
...
...
@@ -629,7 +629,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn9
wire
start9
=
0
|
wire
start9
=
0
`ifdef
def_read_mem_chn9
|
start9_rd
|
start9_rd32
`endif
...
...
@@ -639,7 +639,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn10
wire
start10
=
0
|
wire
start10
=
0
`ifdef
def_read_mem_chn10
|
start10_rd
|
start10_rd32
`endif
...
...
@@ -649,7 +649,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn11
wire
start11
=
0
|
wire
start11
=
0
`ifdef
def_read_mem_chn11
|
start11_rd
|
start11_rd32
`endif
...
...
@@ -659,7 +659,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn12
wire
start12
=
0
|
wire
start12
=
0
`ifdef
def_read_mem_chn12
|
start12_rd
|
start12_rd32
`endif
...
...
@@ -669,7 +669,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn13
wire
start13
=
0
|
wire
start13
=
0
`ifdef
def_read_mem_chn13
|
start13_rd
|
start13_rd32
`endif
...
...
@@ -679,7 +679,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn14
wire
start14
=
0
|
wire
start14
=
0
`ifdef
def_read_mem_chn14
|
start14_rd
|
start14_rd32
`endif
...
...
@@ -689,7 +689,7 @@ module cmd_encod_tiled_mux #(
;
`endif
`ifdef
def_tiled_chn15
wire
start15
=
0
|
wire
start15
=
0
`ifdef
def_read_mem_chn15
|
start15_rd
|
start15_rd32
`endif
...
...
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