Open
Conversation
The SN74LVC1G17 device contains one buffer and performs the Boolean function Y = A.
The SN74LVC2G00 device performs the Boolean function Y = A × B or Y = A + B in positive logic.
The SN74LVC3G17 device contains three buffers and performs the Boolean function Y = A. The device functions as three independent buffers
The CD40106B device consists of six Schmitt-Trigger inputs. Each circuit functions as an inverter with Schmitt-Trigger input.
These devices contain three independent 3-input positive-NAND gates. They perform the Boolean functions Y = (A • B • C)' or Y = A' + B' + C' in positive logic.
The ICS83840B is a DDR SDRAM MUX
PI3B16244 is a 16-bit, 4-port bus switch. Four enable signals (nBE) turn the switch on similar to the enable signals
PI3B3384 is a 10-bit, 2-port bus switches designed with a low On-Resistance allowing inputs to be connected directly to outputs. The bus switch creates no additional propagational delay or additional ground bounce noise. Switches are turned ON by the Bus Enable (BE) input signal. Two bus enable signals are provided, one for each of the upper and lower five bits of the two 10-bit buses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues
This PR adds the implementation of the following IC subcircuits in eSim:
These commonly used Integrated Circuits are widely applied in digital and mixed-signal electronics systems and form an essential part of practical hardware design.
Purpose
The objective of this contribution is to simplify the implementation and simulation of these standard ICs within the eSim environment.
By creating accurate subcircuit models, users can easily integrate these ICs into their designs without rebuilding the internal schematic each time.
Approach
For each IC, the following methodology was followed:
All subcircuits were tested for correctness before submission.