element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) IC Design Across Hierarchical Blocks
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 1 reply
  • Subscribers 174 subscribers
  • Views 612 views
  • Users 0 members are here
  • ic
  • optimization
  • alu
  • pcb layout
  • schemeatic
  • logic gate
Related

IC Design Across Hierarchical Blocks

jleazott
jleazott over 5 years ago

I am trying to make an 8 bit ALU in Eagle but I am running into a huge problem. I am using Eagle's module system to create an individual adder, then another to create a bit slice, lastly a few schematics to add all the extra components.

 

Here is the problem, each hierarchical block is purely independent of one another.

So each adder contains 2 XOR, 2 AND, and 1 OR gate. Since I am using the 74LS series (particularly the quad 2 input sets) I am only using half of the XOR, half the AND, and a quarter of the OR chip.

If I were to then place 2 adder modules in a schematic I would have 4 XOR, 4 AND, and 2 OR gates which works and ideally I would only use 3 IC's.

However, I instead end up with 6 because each adder instance uses 3.

I know with OrCAD this is fixed by Annotating and works really well and know there has to be something like this in Eagle.

I have tried using Eagles renumber parts but that does nothing for my situation.

 

I know I could use design blocks but I would prefer to keep the abstraction of no longer seeing what is inside the slice and also having it all update nicely when I change the module

 

Thanks

  • Sign in to reply
  • Cancel

Top Replies

  • autodeskguest
    autodeskguest over 5 years ago +1
    Jacob Leazott wrote: I am trying to make an 8 bit ALU in Eagle but I am running into a huge problem. I am using Eagle's module system to create an individual adder, then another to create a bit slice,…
Parents
  • autodeskguest
    0 autodeskguest over 5 years ago

    Jacob Leazott wrote:

     

    I am trying to make an 8 bit ALU in Eagle but I am running into a huge problem. I am using Eagle's module system to create an individual adder, then another to create a bit slice, lastly a few schematics to add all the extra components.

     

    Here is the problem, each hierarchical block is purely independent of one another.

    So each adder contains 2 XOR, 2 AND, and 1 OR gate. Since I am using the 74LS series (particularly the quad 2 input sets) I am only using half of the XOR, half the AND, and a quarter of the OR chip.

    If I were to then place 2 adder modules in a schematic I would have 4 XOR, 4 AND, and 2 OR gates which works and ideally I would only use 3 IC's.

    However, I instead end up with 6 because each adder instance uses 3.

    I know with OrCAD this is fixed by Annotating and works really well and know there has to be something like this in Eagle.

    I have tried using Eagles renumber parts but that does nothing for my situation.

     

    I know I could use design blocks but I would prefer to keep the abstraction of no longer seeing what is inside the slice and also having it all update nicely when I change the module

     

    Thanks

     

    Have you considered using 74..1G.. 74..2G.. ?

    May even make the layout easier.

    --

     

    Lorenz

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • autodeskguest
    0 autodeskguest over 5 years ago

    Jacob Leazott wrote:

     

    I am trying to make an 8 bit ALU in Eagle but I am running into a huge problem. I am using Eagle's module system to create an individual adder, then another to create a bit slice, lastly a few schematics to add all the extra components.

     

    Here is the problem, each hierarchical block is purely independent of one another.

    So each adder contains 2 XOR, 2 AND, and 1 OR gate. Since I am using the 74LS series (particularly the quad 2 input sets) I am only using half of the XOR, half the AND, and a quarter of the OR chip.

    If I were to then place 2 adder modules in a schematic I would have 4 XOR, 4 AND, and 2 OR gates which works and ideally I would only use 3 IC's.

    However, I instead end up with 6 because each adder instance uses 3.

    I know with OrCAD this is fixed by Annotating and works really well and know there has to be something like this in Eagle.

    I have tried using Eagles renumber parts but that does nothing for my situation.

     

    I know I could use design blocks but I would prefer to keep the abstraction of no longer seeing what is inside the slice and also having it all update nicely when I change the module

     

    Thanks

     

    Have you considered using 74..1G.. 74..2G.. ?

    May even make the layout easier.

    --

     

    Lorenz

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube