Tianrui Wei

Results 34 comments of Tianrui Wei

Currently I comment out the execution of the script and use https://github.com/sifive/freedom-tools instead. You just need to set the RISCV env var to point to the toolchain installation.

Here's the original branch I ran lec on https://github.com/tianrui-wei/rocket-chip/tree/chisel3_port_vanilla I pushed it from my local repo as the upstream got overwritten

A draft PR can be found at https://github.com/chipsalliance/rocket-chip/pull/3197

> I borrowed part of the config code from [emacs-plus](https://github.com/d12frosted/homebrew-emacs-plus) and fit it into this formula. With change [09504b4](https://github.com/railwaycat/homebrew-emacsmacport/commit/09504b43dffcaba7ee321d1ad3343e678e97b4a4), this formula is able to build with option `--with-native-comp` successfully on...

@railwaycat In my particular case, linking against the aforementioned path works, but otherwise does not.

@pkryger No the symlink does not work for me.

There is an implementation at https://github.com/tianrui-wei/chisel-memory, where the default API is preserved while maintaining the ability to change the underlying implementation for different backend EDA tools.

Hi @jackkoenig, I've updated the repo with a bsd-3 license. Let me know if you want other implementations or some documentation. You can always reach me on matrix/email. Happy to...

I think `cp --update` would be a good candidate for this usage

cc @Jbalkind @fei-g The latch inference seems to come from https://github.com/PrincetonUniversity/openpiton/commit/a39066a186fae18122949cfec4027f11eb09c3e4. Would you have any insight on why the comments was inserted?