Altera_Forum
Honored Contributor
16 years agoAvalon - Wishbone Interface
Well, I get that IP-Module from opencores.org: http://opencores.org/?do=project&who=a_vhdl_can_controller
So far so good. My problem is, that this IP uses a Wishbone Interface and I need an Avalon Interface. I tried to do convert it with comb. logic(can_top_vhdl.vhd) but it doesnt work. The old top level entity was can_top.v. Can somebody tell me what I am doing wrong? PS: I get a warning in the SOPC-Builder: "byteenable[4] width must be one eighth of data width(8)" I dont have any glue why I get this warning. I got a Nios II CPU with 32 Bits and my byteenable signal is 4 Bits wide.