aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/rosc.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2014-06-12 09:10:52 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2014-06-12 09:10:52 +0200
commitcd471d6b82efdea6f83972bba67284e879111f89 (patch)
tree1627caf9deb414af3fbc852885c8d4e91ffb6743 /src/rtl/rosc.v
parenta3d42dc2b51b911c05d6b9a7cf473721329324d3 (diff)
Update of RTL to include changes used during testing.HEADmaster
Diffstat (limited to 'src/rtl/rosc.v')
-rw-r--r--src/rtl/rosc.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl/rosc.v b/src/rtl/rosc.v
index 9494261..c307aa1 100644
--- a/src/rtl/rosc.v
+++ b/src/rtl/rosc.v
@@ -37,7 +37,7 @@
//======================================================================
module rosc(clk, nreset, in1, in2, dout);
- parameter l=8;
+ parameter l=2;
input clk, nreset;
input [l-1:0] in1, in2;
output reg dout;