The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 16th, 2024, 11:05am
Pages: 1
Send Topic Print
VHDL sequential programming (Read 3327 times)
simonsoul
New Member
*
Offline



Posts: 1

VHDL sequential programming
Dec 06th, 2003, 2:05am
 
Hi , i am trying to output a signal(address Latch) that goes from logic '1' to logic'0' for a short period .

a <= '1';
a <= '0' afer 10ns;

i complie without porblems , but in the waveform sim, i get the output a as "U" .

Could this due the concurrent process ?
Back to top
 
 
View Profile   IP Logged
painter
Guest




Re: VHDL sequential programming
Reply #1 - Jun 30th, 2004, 10:28pm
 
You have to initialize the output for the code to work in simulator. This you can do while declaring or by using another input like reset.
Back to top
 
 
  IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.