Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Make a costumized AND gate

Altera_Forum
Honored Contributor II
1,025 Views

I am new to Quartus II. 

I am designing a Block Diagram/Schematic File. I need to insert an AND gate with 2 inputs: 

1. first input is 8-bits wide 

2. second input is 1-bit wide 

 

I know how to insert a 9-bit AND gate. I want the gate with the shape that I mentioned. 

 

I do not know how to add such a gate to my file. Please help.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
325 Views

You cannot do that with schematics. You will have to and each bit individually. 

It could easily be done in HDL
0 Kudos
Reply