<FabM>
Do you know if there is a plan to generate VHDL with migen ?
<sb0>
hi FabM
<sb0>
I got your apf27 pull request, will have a look. thanks :)
<sb0>
btw it makes it a bit easier for me if you send a patch by email instead of a pull request
<sb0>
https://github.com/peteut started working on VHDL support, but it's a bit messy and rather buggy so not merged
<FabM>
ok I will try to send you a patch then
<FabM>
It is first version for apf27 and apf51, I will certainly have to modify it to integrate wishbone bus wrapper for processor<->fpga communication
<FabM>
but I'm a beginner in migen ;)
<sb0>
FabM, what's your overall project that uses that processor?
<FabM>
In fact I work for Armadeus System which produce these modules (apf27 and apf51)
<FabM>
apf27 is with i.MX27 and apf51 is with i.MX51
<FabM>
I wrote a python tools to generate design from «virtual-components» designed for whishbone bus : POD(http://periphondemand.sourceforge.net/). I'm really interessed by migen to simplify more fpga design on APF*
nengel has quit [Remote host closed the connection]
nengel has joined #m-labs
<sb0>
FabM, would it make sense to use the expansion connector feature instead of defining things like ("IO_L01P_0", 0, Pins("D13"), IOStandard("LVCMOS33"), Drive("12"))