[Libre-soc-dev] PLL integration
Jean-Paul Chaput
Jean-Paul.Chaput at lip6.fr
Mon May 24 23:01:19 BST 2021
On Mon, 2021-05-24 at 22:45 +0100, Luke Kenneth Casson Leighton wrote:
> On Monday, May 24, 2021, Jean-Paul Chaput <Jean-Paul.Chaput at lip6.fr> wrote:
>
> >
> > > except, the name is "out" in the GDSII file.
> >
> > Not a problem. I can rename it as I like. The GDSII file is never
> > used "directly". Is parsed inside Coriolis then used.
>
>
> okaay. so there is sone parsing which substitutes "out" for "out_v"?
Not exactly a parser, but the wrapper that load the PLL GDSII file
does a lot of post-processing to re-add all the information that
the P&R needs (signal types, direction, power, ...). And rename
signals, in particular "out" into "out_v".
> is it necessary then to change the pll.vbe and pll.v blackbox to use the
> name "out_v"? (and also in the nmigen source)?
It seems to me as the simplest way to proceed. Just renaming
"out" into "out_v" so the blackbox and the GDSII can be seamlessly
assembled/merged inside Coriolis.
> > > therefore the wrapper creates the wrong name (v_out)
> >
> > The wrapper I'm talking about is in the TSMC NDA covered that
> > you don't have. So, from where "v_out" do come from ?
>
>
> "fake" pll cell library with total rubbish inside it but the same netlist
> names.
>
> https://git.libre-soc.org/?p=soclayout.git;a=blob;f=experiments9/pll.py;hb=HEAD#l230
>
> it even works under "make cgt", it is possible to load and view the cell
> named "pll".
>
> i have created a similar one, library named LibreSOCMem and can load
> spblock_512etcetc as well.
>
> they both look like garbage but allow me to complete the P&R.
>
> and, crucially, "follow along" with what you are doing under NDA.
>
> There is an information I may be missing here.
>
>
> with the "fake" cell i can do "import pll; pll.setup()"
>
> and same for LibreSOCMem.
>
> https://git.libre-soc.org/?p=soclayout.git;a=blob;f=experiments9/LibreSOCMem.py;h=4e96c9e6c259314f769f5e08d3447ef880200370;hb=HEAD
>
> now i can create the blackboxes:
>
> https://git.libre-soc.org/?p=soclayout.git;a=blob;f=experiments9/coriolis2/settings.py;hb=HEAD
>
> and P&R completes... or, it would... if only the pll had a signal named
> "out_v".
>
> l.
>
>
>
--
.-. J e a n - P a u l C h a p u t / Administrateur Systeme
/v\ Jean-Paul.Chaput at lip6.fr
/(___)\ work: (33) 01.44.27.53.99
^^ ^^ cell: 06.66.25.35.55 home: 09.65.29.83.38
U P M C Universite Pierre & Marie Curie
L I P 6 Laboratoire d'Informatique de Paris VI
S o C System On Chip
More information about the Libre-soc-dev
mailing list