Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Jul 15, 2020
2 parents 2ee0ae2 + e7e7a20 commit d36ff55
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 2,022 deletions.
8 changes: 1 addition & 7 deletions hdl/modules/machine/Manifest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# TODO: if hdlmake allowed for importing python packages in inner modules, this could existing directories directly

if (machine_pkg == "uvx_sr_130M"):
modules = { "local" : "uvx_sr_130M"}
elif (machine_pkg == "uvx_sr_250M"):
modules = { "local" : "uvx_sr_250M"}
elif (machine_pkg == "sirius_sr_130M"):
if (machine_pkg == "sirius_sr_130M"):
modules = { "local" : "sirius_sr_130M"}
elif (machine_pkg == "sirius_sr_250M"):
modules = { "local" : "sirius_sr_250M"}
Expand Down
2 changes: 1 addition & 1 deletion hdl/modules/machine/sirius_bo_250M/machine_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ package machine_pkg is

constant c_pos_calc_monit2_cic_delay : natural := 1;
constant c_pos_calc_monit2_cic_stages : natural := 1;
constant c_pos_calc_monit2_ratio : natural := 40; -- ratio between monit 1 and 2
constant c_pos_calc_monit2_ratio : natural := 100; -- ratio between monit 1 and 2
constant c_pos_calc_monit2_cic_ratio : natural := 8;

constant c_pos_calc_monit_decim_width : natural := 32;
Expand Down
12 changes: 0 additions & 12 deletions hdl/modules/machine/uvx_sr_130M/Manifest.py

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d36ff55

Please sign in to comment.