Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in ssio_sdr_in_diff.v #182

Open
AlexLao512 opened this issue Dec 18, 2023 · 0 comments · May be fixed by #214
Open

Bug in ssio_sdr_in_diff.v #182

AlexLao512 opened this issue Dec 18, 2023 · 0 comments · May be fixed by #214

Comments

@AlexLao512
Copy link

I found a small bug in ssio_sdr_in_diff.v

I don't know if you prefer a PR or an issue for small bug fixes.

diff --git a/rtl/ssio_sdr_in_diff.v b/rtl/ssio_sdr_in_diff.v
index 7a0d7c1..fd05326 100644
--- a/rtl/ssio_sdr_in_diff.v
+++ b/rtl/ssio_sdr_in_diff.v
@@ -101,11 +101,10 @@ endgenerate
 
 ssio_sdr_in #(
     .TARGET(TARGET),
-    .IODDR_STYLE(IODDR_STYLE),
     .CLOCK_INPUT_STYLE(CLOCK_INPUT_STYLE),
     .WIDTH(WIDTH)
 )
-ssio_ddr_in_inst(
+ssio_sdr_in_inst(
     .input_clk(input_clk),
     .input_d(input_d),
     .output_clk(output_clk),
lmbollen added a commit to lmbollen/verilog-ethernet that referenced this issue Jul 18, 2024
…_diff`

This parameter does not exist and causes parsing failures and
fixes alexforencich#182
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant