mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 09:10:10 +00:00
ЛР7. Исправление модуля верхнего уровня
На некоторых версиях Vivado (например, 2021) он не синтезировался
This commit is contained in:
committed by
GitHub
parent
b5bcefda5c
commit
a296299545
@@ -238,7 +238,7 @@ endmodule
|
||||
|
||||
module semseg_one2many #(
|
||||
parameter int unsigned SEMSEGS_NUM = 8,
|
||||
parameter type DATA_T
|
||||
parameter type DATA_T = logic
|
||||
) (
|
||||
input DATA_T all_semsegs_i[0:SEMSEGS_NUM-1],
|
||||
input logic clk100m_i,
|
||||
|
Reference in New Issue
Block a user