 |
bluespec.com Bluespec Forums
|
View previous topic :: View next topic |
Author |
Message |
Neel
Joined: 13 Jun 2009 Posts: 5
|
Posted: Sat Jun 13, 2009 9:15 am Post subject: More than one Asynchronous conditions for a register!!! |
|
|
Im having problems with making more than one asynchronous conditions for a register.....for eg, if u cosider a D-FlipFLop with asynchronous reset and preset...im only able to define an asynchronous reset using mkRegA(0)........how do i implement the condition of the asynchronous preset along with this.... the logic needs to be some what like this :
if(reset='0')then
output<=0;
elsif(preset='0')then
output<=1;
else
.
.
..
Is this possible??
thanx . |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|