projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb5a3a
)
Cleaned verilog code from not used defines
author
Miodrag Milanovic
<mmicko@gmail.com>
Fri, 4 Oct 2019 06:45:58 +0000
(08:45 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Fri, 4 Oct 2019 06:45:58 +0000
(08:45 +0200)
tests/ecp5/shifter.v
patch
|
blob
|
history
diff --git
a/tests/ecp5/shifter.v
b/tests/ecp5/shifter.v
index c55632552a4c36f647143cf7ef51cbeec87acf94..04ae49d831f89b11863e1a6cde708b0b6d8a638e 100644
(file)
--- a/
tests/ecp5/shifter.v
+++ b/
tests/ecp5/shifter.v
@@
-9,14
+9,8
@@
in
\r
always @(posedge clk)
\r
begin
\r
-`ifndef BUG
\r
out <= out >> 1;
\r
out[7] <= in;
\r
-`else
\r
-
\r
- out <= out << 1;
\r
- out[7] <= in;
\r
-`endif
\r
end
\r
\r
endmodule
\r