--- Quote Start ---
originally posted by slava+mar 31 2006, 09:19 am--><div class='quotetop'>quote (slava @ mar 31 2006, 09:19 am)</div>
--- quote start ---
<!--quotebegin-leszekd@Mar 31 2006, 02:28 PM
hi,
why i can't use more than one chipselect for avalon slave in component editor? in user interface tool it i can use more than one chipselect. i2c opencore have two chipselects (wb_stb_i andwb_cyc_i). any idea?
thank you
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13947)
--- quote end ---
--- Quote End ---
In wishbone terms, the signals wb_stb_i and wb_cyc_i have difference meaning.
wb_stb_i - strobe data(data is valid)
wb_cyc_i - current cycle of access is valid
However, I solved this dilemma like this
chipselect from avalon is connected to wb_stb_i and wb_cyc_i
That is all!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13950)</div>
[/b]
--- Quote End ---
I don't think you can do this anymore; as the original poster said, you can only use one chipselect. I tied them internally in the verilog code and then just used one chipselect.