axi_hdmi_tx_es: Drop strange port initializers
Those were added by mistake. It does not seem to be legal Verilog, but for some reason Vivado accepts it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
26b0ff9853
commit
3c6d19d33d
|
@ -56,10 +56,10 @@ module axi_hdmi_tx_es (
|
||||||
// hdmi interface
|
// hdmi interface
|
||||||
|
|
||||||
input hdmi_clk;
|
input hdmi_clk;
|
||||||
input hdmi_hs_de = 'd0;
|
input hdmi_hs_de;
|
||||||
input hdmi_vs_de = 'd0;
|
input hdmi_vs_de;
|
||||||
input [(DATA_WIDTH-1):0] hdmi_data_de = 'd0;
|
input [(DATA_WIDTH-1):0] hdmi_data_de;
|
||||||
output [(DATA_WIDTH-1):0] hdmi_data = 'd0;
|
output [(DATA_WIDTH-1):0] hdmi_data;
|
||||||
|
|
||||||
// internal registers
|
// internal registers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue