Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17267 Discussions

How to connect different buses in quartus block schematics?

Div1
Beginner
187 Views

Hi,

 

I am new to altera, I have one TestBUSA[17..0] and a block which takes 20bit input Test_data[19..0], is there a way to assign this TestBUSA[17..10] to Test_data[15..8] and remaining inputs of Test_data to GND. I don't know how to do this, in xilinx it could be simply acheived by writing net name as  L,L,L,L,TestBUSA[15..8],L,L,L,L,L,L,L,L. Is there something similar in altera.

 

 

0 Kudos
3 Replies
RichardTanSY_Altera
152 Views

I recommend using HDL (Verilog or VHDL) instead of schematics for your design.

Schematic entry is not scalable — once the design grows, it becomes very difficult to manage, modify, and debug. HDL offers better readability, reusability, and portability across different tools and projects.

 

If you still need to use schematic symbols in your project, you can write the module in HDL first and then go to:

FileCreate/UpdateCreate Symbol Files for Current File

This way you get the flexibility of HDL while still being able to instantiate it as a schematic block if required.


You may checkout this third-party video on how to use the bus tool in Quartus schematic:
https://www.youtube.com/watch?v=Pv5ONXK2bY8

Regards,

Richard Tan

 

0 Kudos
RichardTanSY_Altera
49 Views

Dropping a note to ask if my last reply was helpful to you. 

Do you need any further assistance from my side? 


Regards,

Richard Tan


0 Kudos
RichardTanSY_Altera
25 Views

We noticed that we haven't received a response from you regarding the latest previous question/reply/answer, and will now transitioning your inquiry to our community support. We apologize for any inconvenience this may cause and we appreciate your understanding. 

 

If you have any further questions or concerns, please don't hesitate to reach out. Please login to https://supporttickets.intel.com/s/?language=en_US, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions. 

 

The community users will be able to help you on your follow-up questions. 

 

Thank you for reaching out to us! 

 

Best Regards, 

Richard Tan 


0 Kudos
Reply