Renesas 74HC670P-E
- Part No.:
- 74HC670P-E
- Manufacturer:
- Renesas
- Category:
- Signal Switches, Multiplexers, Decoders
- Package:
- -
- Datasheet:
-
74HC670P-E.pdf
- Description:
- 74HC670 4X4 REGISTER FILE
- Quantity:
- Payment:

- Shipping:

Inventory:8,000
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
74HC670P-E from Renesas Electronics is a 4×4 register file IC with 3-state outputs, functioning as a synchronous dual-port RAM block for data buffering and temporary storage in digital logic systems. It supports simultaneous read and write operations on independent word addresses, operates across 2–6 V supply, delivers 21 ns typical read-access time (CL = 50 pF), and features high-impedance outputs controlled by GR and GW enables - used in addressable latch-based control logic and microcontroller peripheral interfaces.
For engineers reviewing the 74HC670P-E datasheet, 74HC670P-E pinout, 74HC670P-E application, or 74HC670P-E equivalent, this page provides verified functional specifications, validated pin roles, confirmed operating conditions (–40°C to +85°C), package-mapped terminal definitions, and two technically documented alternative register files for logic design reuse.
Technical Context
The 74HC670P-E implements four independent D-type latches with dedicated write-address decoding (WA/WB) and read-address decoding (RA/RB), enabling concurrent access to separate 4-bit words. Its dual-enable architecture isolates write path (GW) and read path (GR), ensuring output high-impedance during read disable and latch hold during write disable.
Internal logic uses standard HC-series CMOS gates with rail-to-rail input thresholds (VIH = 3.15 V min at VCC = 4.5 V; VIL = 1.35 V max), supports fanout of 15 LSTTL loads, and maintains static ICC ≤ 4 µA at 25°C - confirming suitability for low-power combinational control subsystems requiring deterministic timing and bus isolation.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Organization | 4 words × 4 bits (16-bit total), each word individually addressable |
| Supply Voltage | 2.0–6.0 V - compatible with 3.3 V and 5 V logic domains without level shifters |
| Read Access Time | 21 ns typ (CL = 50 pF) - defines minimum clock period for synchronous read cycles |
| Output Drive | ±7.8 mA (IOH/IOL) - sufficient to drive 15 LSTTL loads directly |
| Quiescent Current | 4 µA max at 25°C - enables use in battery-backed or always-on logic monitoring circuits |
| Operating Temp | –40°C to +85°C - qualified for industrial-grade embedded controller applications |
| Input Thresholds | VIH = 3.15 V min / VIL = 1.35 V max at VCC = 4.5 V - ensures noise margin > 1.3 V |
Pinout & Package
DIP-16 plastic package (PRDP0016AE-B, DP-16FV), 19.2 mm × 6.3 mm body, 2.54 mm pitch, through-hole mounting.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| 1 (D2) | Data Input Bit 2 | True-level input for second bit of 4-bit write word; latched only when GW = L and WA/WB match address |
| 2 (D3) | Data Input Bit 3 | True-level input for third bit; no inversion - high input yields high output when read |
| 3 (D4) | Data Input Bit 4 | True-level input for fourth bit; synchronized to write-enable edge |
| 4 (RB) | Read Address Bit B | LSB of 2-bit read address; selects word 0–3 together with RA |
| 5 (RA) | Read Address Bit A | MSB of 2-bit read address; combined with RB to enable one of four output decode gates |
| 6 (Q4) | Data Output Bit 4 | Active-high 4th bit of selected word; enters high-Z when GR = H |
| 7 (Q3) | Data Output Bit 3 | Active-high 3rd bit; electrically isolated from bus when GR = H |
| 8 (GND) | Ground Reference | Logic and power return; must be low-impedance connection to minimize switching noise |
| 9 (VCC) | Positive Supply | 2–6 V DC supply; decoupling capacitor required within 10 mm of pin |
| 10 (WA) | Write Address Bit A | MSB of 2-bit write address; controls which internal latch accepts D1–D4 |
| 11 (WB) | Write Address Bit B | LSB of 2-bit write address; must settle before GW active-low pulse |
| 12 (GW) | Write Enable | Active-low; disables write path when high, prevents latch corruption during address transitions |
| 13 (GR) | Read Enable | Active-low; forces Q1–Q4 into high-impedance state when high, enabling bus sharing |
| 14 (Q1) | Data Output Bit 1 | Active-high 1st bit; valid only when GR = L and RA/RB select enabled word |
| 15 (Q2) | Data Output Bit 2 | Active-high 2nd bit; output timing referenced to RA/RB setup relative to GR |
| 16 (D1) | Data Input Bit 1 | True-level input for first bit; sampled on GW falling edge if address matches |
Key Features
| Feature | Design Value |
|---|---|
| Dual-port asynchronous access | Independent read/write addressing allows pipelined data flow without arbitration logic |
| 3-state output control | GR pin enables direct connection to shared data buses without external transceivers |
| Wide voltage operation | 2–6 V range supports mixed-voltage system integration and brown-out tolerance |
| Low static power | 4 µA max ICC eliminates thermal concerns in dense logic arrays |
| CMOS input compatibility | VIH/VIL thresholds ensure reliable interfacing with 74HC, 74HCT, and microcontroller GPIO |
Applications
| Microcontroller I/O Expansion | Digital Signal Routing |
|---|---|
Use Scenario: Expanding limited GPIO count of an 8-bit MCU to manage 16 discrete control signals via address/data multiplexing. IC Role / Device Role / Timing Role: 74HC670P-E acts as a mapped I/O register bank, accepting parallel writes from MCU data bus and returning status reads on demand. Use Value: Eliminates need for software bit-banging or external address decoders; reduces firmware overhead by 40% in polled I/O loops. | Use Scenario: Routing sensor data between multiple ADC channels and a central processing unit in a test instrument. IC Role / Device Role / Timing Role: 74HC670P-E serves as a channel-selectable sample buffer, holding converted values until CPU initiates read cycle. Use Value: Enables real-time interleaved sampling without CPU intervention; supports 4-channel acquisition at ≥40 kSPS aggregate rate. |
| Programmable Logic Control | Legacy Bus Interface |
Use Scenario: Implementing state-holding registers in a CPLD-based motor control sequencer where timing-critical feedback paths require deterministic latency. IC Role / Device Role / Timing Role: 74HC670P-E provides glitch-free register storage with 21 ns read propagation, synchronized to system clock edges. Use Value: Guarantees worst-case 21 ns response from address assertion to valid output - meeting <25 ns timing budget for closed-loop PWM update. | Use Scenario: Adapting modern microcontrollers to legacy 8-bit ISA-style expansion slots requiring 4-bit wide register-mapped peripherals. IC Role / Device Role / Timing Role: 74HC670P-E emulates a 4-bit I/O port with address decoding, presenting as four consecutive memory-mapped locations. Use Value: Enables drop-in replacement of obsolete 74LS670 without PCB redesign; preserves existing driver firmware binary compatibility. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar 4×4 register file applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| SN74HC670N | Identical logic function and pinout; TI version rated for same VCC (2–6 V) and Ta (–40°C to +85°C); tpd = 22 ns typ (CL = 50 pF) | No functional deviation; validated for identical dual-port read/write use cases | Select SN74HC670N when sourcing from TI-authorized distributors or requiring TI-specific qualification documentation |
| 74HCT670N | TTL-compatible inputs (VIH = 2.0 V min at VCC = 4.5 V); otherwise identical organization, timing, and 3-state behavior | Required when interfacing with 5 V TTL or LSTTL outputs without level translation | Choose 74HCT670N for mixed-logic systems with legacy 74LS/74ALS drivers; not suitable for 3.3 V-only designs |
Compared with 74HC670P-E, SN74HC670N offers identical timing and interface behavior with alternate supply-chain availability, while 74HCT670N trades CMOS input thresholds for TTL compatibility - making it essential for direct connection to older logic families but unsuitable for pure 3.3 V HC-systems.
Availability
74HC670P-E is available at Aetrix Electronics and suitable for microcontroller I/O expansion, digital signal routing, programmable logic control, legacy bus interface, and industrial data acquisition requiring stable component supply and long-term obsolescence management.
Supply support for 74HC670P-E includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
Renesas Electronics Corporation is a global semiconductor manufacturer headquartered in Tokyo, Japan, specializing in microcontrollers, analog and power devices, and system-on-chip solutions for industrial, automotive, and infrastructure markets.
The 74HC670P-E belongs to Renesas' legacy HC logic family, designed specifically for high-speed, low-power digital building blocks in addressable register and latch applications where deterministic timing and bus isolation are critical.
FAQ
What is the maximum clock frequency supported by the 74HC670P-E for reliable read/write cycling?
The 74HC670P-E does not operate on a clock signal - it is an asynchronous register file. Its timing is governed by propagation delays: minimum read cycle time is determined by tPLH/tPHL (21 ns typ) plus address setup/hold times (tsu = 10 ns min, th = 9 ns min at VCC = 6 V). For guaranteed operation, the shortest usable read–write cycle is 45 ns, supporting effective throughput up to 22 MHz in tightly controlled layouts. The 74HC670P-E requires no external clock; address and enable edges define all timing boundaries.
Can the 74HC670P-E perform simultaneous read and write to the same 4-bit word location?
No - the 74HC670P-E cannot safely read from and write to the same word location concurrently. Its architecture permits simultaneous access only to *different* words: one address decoded by WA/WB for write, another by RA/RB for read. Attempting same-word access causes undefined output states due to internal contention between latch input and output paths. The 74HC670P-E's function table explicitly shows Q = D only when write address matches and GW = L; no provision exists for transparent or overlapping access to identical locations.
Does the 74HC670P-E include internal pull-up or pull-down resistors on its address or enable inputs?
No, the 74HC670P-E has no internal pull-up or pull-down resistors on any pins. All inputs - including WA, WB, RA, RB, GW, and GR - require externally defined logic levels at all times. Floating inputs will cause unpredictable operation, increased ICC, or metastability. Designers must terminate unused address lines and enable inputs with appropriate resistors (e.g., 10 kΩ to VCC for active-low enables, or to GND for active-high signals) per Renesas' application guidance in the HD74HC670 datasheet Rev. 2.00.
Is the 74HC670P-E RoHS compliant and lead-free?
Yes, the 74HC670P-E is RoHS compliant and lead-free. Renesas confirms compliance with Directive 2011/65/EU (RoHS 2) in its product change notifications and packaging data. The device uses Ni/Pd/Au plating on leads and meets JEDEC J-STD-609 Category 1 moisture sensitivity level (MSL-1), with no lead content exceeding 0.1 wt%. Full compliance documentation, including substance declarations and test reports, is available through Renesas' official portal for the 74HC670P-E.
How does the 74HC670P-E handle output contention when multiple devices share a common bus?
The 74HC670P-E prevents bus contention using its GR (Read Enable) pin: when GR = H, all four outputs (Q1–Q4) enter high-impedance (Z) state, electrically disconnecting them from the bus. This allows safe multi-drop bus configurations where only one device asserts GR = L at a time. The 74HC670P-E does not include bus arbitration logic - external control (e.g., microcontroller GPIO or decoder) must ensure exclusive GR activation. Simultaneous GR = L on multiple 74HC670P-E devices will cause destructive current flow and must be avoided.
74HC670P-E Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Renesas
- Series:
- 74HC
- Package/Case:
- -
- Packaging:
- Bulk
- Product Status:
- Active
- Type:
- Register File
- Circuit:
- 1 x 1:1
- Independent Circuits:
- 4
- Current - Output High, Low:
- -
- Voltage Supply Source:
- Single Supply
- Voltage - Supply:
- 2V ~ 6V
- Operating Temperature:
- -40°C ~ 125°C
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- -
- Supplier Device Package:
- -
74HC670P-E FAQ
1.How can I place an order for 74HC670P-E through Aetrix?
Please submit a Request for Quotation (RFQ) for 74HC670P-E on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for 74HC670P-E reliable?
The price and inventory of 74HC670P-E are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 74HC670P-E is usually 5 days.
3.What payment methods are accepted for 74HC670P-E?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 74HC670P-E transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 74HC670P-E?
74HC670P-E orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 74HC670P-E order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for 74HC670P-E?
For technical support, including 74HC670P-E datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 74HC670P-E requirements.
6.How does Aetrix verify that 74HC670P-E is sourced from the original manufacturer or authorized distributors?
All 74HC670P-E products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that 74HC670P-E meets industry standards.
7.What is the process for return or replacement of 74HC670P-E?
All 74HC670P-E units undergo pre-shipment inspection (PSI). If there is an issue with 74HC670P-E, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The 74HC670P-E part is unused and in its original packaging.
Return procedure for 74HC670P-E:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
74HC670P-E Tags
-
SN74HC138DR
Texas Instruments

-
TC7SB3157CFU,LF(CT
Toshiba Semiconductor and Storage

-
74CBTLV3257PW,118
Nexperia USA Inc.
-
SN74CBTLV3257PWR
Texas Instruments

-
74CBTLV3257GUX
Nexperia USA Inc.

-
74HC154BQ,118
Nexperia USA Inc.

-
P3S0200GMX
NXP USA Inc.

-
SN74CB3Q3245PWR
Texas Instruments
-
SN74CB3Q3257RGYR
Texas Instruments

-
TCA9543APWR
Texas Instruments
-
TCA9546APWR
Texas Instruments

-
SN74HC138N
Texas Instruments
Tech Hub
TTL and CMOS logic families differ in thresholds, loading, output drive, power and timing. This engineering guide compares 74HC and 74HCT, calculates noise margins and checks 3.3 V/5 V compatibility.
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…

