Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to design a 74HC245 using verilog?

Status
Not open for further replies.

vonzhaoqun

Junior Member level 2
Joined
Jan 17, 2003
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
china
Activity points
144
74hc245 verilog

i try many times,but not sucess. :( can you help me? thanks
 

74hc245 tutorial

Hi,

Here is alot of standard 74xxx models, but i do not try any :

**broken link removed**


Here is tutorial from Actel with lot of examples :

**broken link removed**
 

i think the program should be like this

assign output=control?input:Z;

if u wanna use output enable then make it

assign output=(control & OE)?input:Z;
 

papyaki:
thank you very much!


gauiver:
it is most like a 74hc244,but thank u


any good idea are welcome
 

if you target actual design, you can instantiate Tri-state buffer from the target FPGA and do the required connection. I see a lot of xilinx application do so and do not use HDL description. to avoid different synthesizer methodology.
 

Tetra:
thank u,when i try it in vhdl,i got the right result,but i still can not do it in verilog,can u say more about "avoid different synthesizer methodology"?


vonzhaoqun
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top