We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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),
The text was updated successfully, but these errors were encountered:
remove IODDR_STYLE from ssio_sdr_in instantiation in `ssio_sdr_in…
IODDR_STYLE
ssio_sdr_in
f762edd
…_diff` This parameter does not exist and causes parsing failures and fixes alexforencich#182
ssio_sdr_in_diff
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: