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

#1833 breaks Tang nano 9k, as it generates illegal code #1837

Open
andelf opened this issue Nov 12, 2023 · 1 comment
Open

#1833 breaks Tang nano 9k, as it generates illegal code #1837

andelf opened this issue Nov 12, 2023 · 1 comment

Comments

@andelf
Copy link
Contributor

andelf commented Nov 12, 2023

          @trabucayre @enjoy-digital  This breaks Tang nano 9k, as it generates illegal code:
ERROR (EX3637) : Range is not allowed in a prefix("/data/LiteX/litex-boards/litex_boards/targets/build/sipeed_tang_nano_9k/gateware/sipeed_tang_nano_9k.v":2633)
ERROR (EX3878) : 'IO_psram_dq' is not a memory("/data/LiteX/litex-boards/litex_boards/targets/build/sipeed_tang_nano_9k/gateware/sipeed_tang_nano_9k.v":2633
IOBUF IOBUF(
	// Inputs.
	.I   (main_hyperram_tstriple0_o[0]),
	.OEN ((~main_hyperram_tstriple0_oe)),

	// Outputs.
	.O   (main_hyperram_tstriple0_i[0]),

	// InOuts.
	.IO  (IO_psram_dq[7:0][0])
);

Originally posted by @andelf in #1833 (comment)

@trabucayre
Copy link
Collaborator

Indeed.
I have disabled Tristate support (after check with tangMega) and I have to find a valid fix.
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants