Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > How to connect pins of different width?

Reply
Thread Tools

How to connect pins of different width?

 
 
michele bergo
Guest
Posts: n/a
 
      08-23-2003
I have made a controller for a zbt sram that has sa[17..0] and dq[12..0]. I
want to simulate the controller with a zbt sram model with sa[3..0] and
dq[3..0]. How is it possible to connect pin of different width without
changing vhdl source file?

Thanks a lot.

Michele Bergo


 
Reply With Quote
 
 
 
 
Niv
Guest
Posts: n/a
 
      08-23-2003
Assign sa(3:0) of the controller to the RAM model & similar for address.
leave the higher order bits unconnected if driving, or tie to a value like
'0' or '1' if driven,
so they have a valid value.

Niv.

"michele bergo" <> wrote in message
news:qYN1b.260449$.. .
> I have made a controller for a zbt sram that has sa[17..0] and dq[12..0].

I
> want to simulate the controller with a zbt sram model with sa[3..0] and
> dq[3..0]. How is it possible to connect pin of different width without
> changing vhdl source file?
>
> Thanks a lot.
>
> Michele Bergo
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic VHDL question regarding pins googlinggoogler@hotmail.com VHDL 1 07-07-2005 11:10 PM
Warning: Output pins are stuck at VCC or GND TheRain VHDL 4 05-16-2005 06:52 AM
Simulating Bidirectional Pins - How is it displayed? Drew VHDL 1 07-26-2004 01:34 PM
Using Quartus II how do you assign external pins to an internal bus? Don Golding VHDL 0 04-23-2004 01:38 AM
Newbie Question: Using MaxIIplus how do you assign a bus to external pins. Don Golding VHDL 2 04-15-2004 06:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57