Altera_Forum
Honored Contributor
15 years agochoosing the correct family of devices
How do I know which family of device to choose when trying do build a project for timing circuits, for instance I am trying to design a multiplier circuit that will output the product of any 2-bit number (0 through 3) times a multiplier of 0, 1, or 2. Note that we “don’t care” about the result if the multiplier is equal to 3. Write AHDL code for if/then/else/elseif technique. However, when I write the code I get a error (Info: Running Quartus II Compiler Database Interface
Info: Version 9.1 Build 350 03/24/2010 Service Pack 2 SJ Web Edition Info: Processing started: Thu May 27 12:58:10 2010 Info: Command: quartus_cdb -t c:/altera/91sp2/quartus/common/tcl/internal/qeda_write_fx.tcl lab_3 lab_3 Info: Quartus(args): lab_3 lab_3 Error: FPGA Xchange file generation is not supported for family MAX7000AE Error: Error(s) found while running EDA Netlist Writer Error: Quartus II Full Compilation was unsuccessful. 2 errors, 1 warning) This is the type of problem I am running into and I am also having a difficult time understanding how all of this is helping me learn or even know what to do with this program, am I supposed to set this up so that I can see a timing diagram or am I supposed to be able to use this software like I would Multisim and see the actual circuit in operation? thanks, Lew