ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
387 stars 89 forks source link

documentation link is dead #745

Closed PeterAaser closed 3 years ago

PeterAaser commented 7 years ago

Links to documentation repo is dead :(

shunshou commented 7 years ago

Hmm... looks like you're not the first to think ucb-bar/chisel is still being actively worked on. We probably need to have that in bigger letters somewhere...

The new and improved (and actively in development) version of Chisel sits @ https://github.com/freechipsproject/chisel3

There's quite a bit of documentation @ https://github.com/freechipsproject/chisel3/wiki

(and more to come).

PeterAaser commented 7 years ago

I'd love to use chisel 3! Sadly, it's for a course, and none of the teachers have used chisel 3, and we have a lot of quite advanced chisel 2 libraries that we use. While I don't expect any feature requests or issues to be followed up it would be pretty nice to just have the tutorial docs. I did find them in a fork so it's not a pressing issue, but it would be handy to have them here :)

edwardcwang commented 7 years ago

I'm interested to hear that you're using it for a class. Is the course from the https://en.wikipedia.org/wiki/Norwegian_University_of_Science_and_Technology by any chance? I'd just be curious to see what the class is about./if you have a course website, and how you're using Chisel in it.

PeterAaser commented 7 years ago

It's for the "computer design project" where students form groups of 7-8 people and basically create a computer from scratch. I attended two years ago, and we created a chip that took in video via HDMI, performed convolution on the videoframes on an FPGA programmed with chisel, and outputted the result on another HDMI port. We even had 8 layer PCBs we designed printed in china, and it also came with an ARM cortex IO processor for flashing and programming the convolution accelerator. The course is worth twice that of a regular course (and quadruple the effort!!)

ucbjrl commented 7 years ago

@PeterAaser, could you point out the dead links?

PeterAaser commented 7 years ago

@ucbjrl the one linking to docs: https://github.com/ucb-bar/chisel-doc

ucbjrl commented 7 years ago

That's a private repo. Where did you see the link to it?

PeterAaser commented 7 years ago

@ucbjrl it's in the readme under the Documentation header.

schoeberl commented 7 years ago

As I was recently teaching a Chisel tutorial and for various reasons I’m still using version 2. Therefore, I’ve “rescued” the Chisel 2 documentation for the tutorial:

https://github.com/schoeberl/chisel2-doc https://github.com/schoeberl/chisel2-doc

Cheers, Martin

On 21 Aug, 2017, at 17:26, PeterAaser notifications@github.com wrote:

I'd love to use chisel 3! Sadly, it's for a course, and none of the teachers have used chisel 3, and we have a lot of quite advanced chisel 2 libraries that we use. While I don't expect any feature requests or issues to be followed up it would be pretty nice to just have the tutorial docs. I did find them in a fork so it's not a pressing issue, but it would be handy to have them here :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ucb-bar/chisel/issues/745#issuecomment-323774493, or mute the thread https://github.com/notifications/unsubscribe-auth/AAntmN8sJkAv-nmF7Wg0xaRDY_tKWa5Vks5saaGjgaJpZM4O9QUU.

abhishektyaagi commented 6 years ago

The link to chisel 2.2 tutorials at https://chisel.eecs.berkeley.edu/2.2.0/getting-started.html takes to the tutorials written for Chisel3. If i am not wrong the tutorials will differ for both chisel 2.2 and chisel3 , right?

The directory structure mentioned on the link above for chisel tutorials is different from what is used in chisel3 tutorials. I am some project which was built on chisel2.2 and hence need to learn it. If anyone has a link to chisel2.2 tutorials, it would help out people starting with it.

@schoeberl By any chance, did you rescue chisel2.2 tutorials as well?

chick commented 6 years ago

I think the problem you are describing is that this chisel-tutorial link takes you to the latest branch which is chisel3. The chisel2 code is still there under chisel2 branch. There probably ought to be a separate release tagged.

abhishektyaagi commented 6 years ago

ya. Apologies. I found it after posting it here.