Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

IC in library

Dear all,

i need to inser am IC that miss in maxII library: 74HC40103.

Please, i need this library, someone can help me?

Thank You in advance.

Luigi

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Hi,

    use the LPM_COUNTER, in megafunctions/arithmetic.

    --- Quote End ---

    Hi rbugalho,

    i've tried with LPM COUNTER but i don't reach my goal.

    I attach the origina schematics and the bdf file of my project.

    Can you help me to terminate to build the counter in the project file?

    Thank You in advance.

    Luigi
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    There isn't anything in the library that will behave exactly as the 40103.

    So, you need to build your own.

    You can try do design a sub-block that behaves as the 40103 using the LPM_COUNTER and some more gates.

    Or you can write a Verilog or VHDL module that behaves as the 40103.

    Then, after you create the symbol for it, you can add it to your schematic.

    Something like the attached file -- I didn't test it!