]> rtime.felk.cvut.cz Git - fpga/pwm.git/commitdiff
Corrected generic parameters in MCC entity.
authorVladimir Burian <buriavl2@fel.cvut.cz>
Fri, 27 May 2011 05:25:18 +0000 (07:25 +0200)
committerVladimir Burian <buriavl2@fel.cvut.cz>
Fri, 27 May 2011 05:25:18 +0000 (07:25 +0200)
mcc.vhd

diff --git a/mcc.vhd b/mcc.vhd
index 0002339715ae1ff38cb01927ebc1287552fe862f..01ef9c4459616194a0c1f98d3a17101aaf76943f 100644 (file)
--- a/mcc.vhd
+++ b/mcc.vhd
@@ -221,8 +221,8 @@ begin
   
   vector_gen_1 : entity work.vector_gen
     generic map (
-      LUT_DAT_W => 10,
-      LUT_ADR_W => 11,
+      LUT_DAT_W => LUT_DAT_W,
+      LUT_ADR_W => LUT_ADR_W,
       LUT_P1_OFF => 0,
       LUT_P2_OFF => 333,
       LUT_P3_OFF => 667,