[libre-riscv-dev] [Bug 217] create a "ring" system which allows pad locations to be specified conveniently
bugzilla-daemon at libre-riscv.org
bugzilla-daemon at libre-riscv.org
Tue Mar 17 06:53:22 GMT 2020
http://bugs.libre-riscv.org/show_bug.cgi?id=217
--- Comment #17 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jock Tanner from comment #11)
> (In reply to Luke Kenneth Casson Leighton from comment #9)
> > ok - don't leave it several days. we don't have time for "i can't get it to
> > work therefore i'm going to keep quiet and spend time because i'm
> > embarrassed to admit i can't get it to work".
>
> Roger that. But I can't say I'm much embarrassed (though maybe I should be),
> because I've seen several such big projects, which seemed cryptic and
> incomprehensible at first, but opened up with time and observation. Except
> that this time I seemed to underestimate the domain.
do keep in touch much more often. we really should start an irc channel
except i need to make sure it's publicly archived.
> Wait a minute, Luke. I'm doing 'make lvx' and 'make view', and it gives me
> pretty picture and no errors. But I also run the script itself
> ('doAlu16.py'), because I remember you said somewhere that we must be able
> to get the results without GUI. That's where I get the 'No track near axis'
> error. Should I run it or not?
*click*. sorry, jock - i hard-context-switched for a week and forgot how to
run the damn thing:
make clean # get rid of EVERYTHING
make lvx # only create the VHDL that the next step needs
python doAlu16.py # use the experimental code we're in the middle of doing
OR (as jean-paul points out)
make clean # get rid of EVERYTHING
make lvx # only create the VHDL that the next step needs
cgt --text --script=doAlu16
make cgt followed by manually opening "alu16"
OR (as i just discovered)
make clean # get rid of EVERYTHING
make lvx # only create the VHDL that the next step needs
cgt --script=doAlu16
this last one will open up alu16.ap in cgt after running the python script
so that you don't have to do it manually.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list