Skip to content

Commit d36ff55

Browse files
committed
Merge branch 'devel'
2 parents 2ee0ae2 + e7e7a20 commit d36ff55

33 files changed

+3
-2022
lines changed

hdl/modules/machine/Manifest.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# TODO: if hdlmake allowed for importing python packages in inner modules, this could existing directories directly
2-
3-
if (machine_pkg == "uvx_sr_130M"):
4-
modules = { "local" : "uvx_sr_130M"}
5-
elif (machine_pkg == "uvx_sr_250M"):
6-
modules = { "local" : "uvx_sr_250M"}
7-
elif (machine_pkg == "sirius_sr_130M"):
1+
if (machine_pkg == "sirius_sr_130M"):
82
modules = { "local" : "sirius_sr_130M"}
93
elif (machine_pkg == "sirius_sr_250M"):
104
modules = { "local" : "sirius_sr_250M"}

hdl/modules/machine/sirius_bo_250M/machine_pkg.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ package machine_pkg is
7373

7474
constant c_pos_calc_monit2_cic_delay : natural := 1;
7575
constant c_pos_calc_monit2_cic_stages : natural := 1;
76-
constant c_pos_calc_monit2_ratio : natural := 40; -- ratio between monit 1 and 2
76+
constant c_pos_calc_monit2_ratio : natural := 100; -- ratio between monit 1 and 2
7777
constant c_pos_calc_monit2_cic_ratio : natural := 8;
7878

7979
constant c_pos_calc_monit_decim_width : natural := 32;

hdl/modules/machine/uvx_sr_130M/Manifest.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

hdl/modules/machine/uvx_sr_130M/cos_lut_uvx_35_148/cos_lut_uvx_35_148.coe

Lines changed: 0 additions & 150 deletions
This file was deleted.

hdl/modules/machine/uvx_sr_130M/cos_lut_uvx_35_148/cos_lut_uvx_35_148.mif

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)