An open API service for providing issue and pull request metadata for open source projects.

GitHub / ucb-bar/chisel-tutorial issues and pull requests

#186 - Typo: "Analagous" => "Analogous"?

Issue - State: open - Opened by peterhchen 7 months ago

#185 - Punctuation and Typos

Issue - State: open - Opened by peterhchen 7 months ago

#184 - Typo: "Separate" instead of "Seperate" as below

Issue - State: open - Opened by peterhchen 7 months ago

#182 - Error in Generating VCD with Verilator

Issue - State: open - Opened by peterhchen 7 months ago

#181 - Adder Error

Issue - State: closed - Opened by peterhchen 7 months ago - 1 comment

#180 - Vending Machine implmented by Switch statement hsa Error

Issue - State: closed - Opened by peterhchen 7 months ago - 1 comment

#179 - DynamicMemorySearch Error

Issue - State: closed - Opened by peterhchen 7 months ago

#178 - RealGCD

Issue - State: closed - Opened by peterhchen 7 months ago - 1 comment

#177 - Multiplier error message

Issue - State: closed - Opened by peterhchen 7 months ago - 1 comment

#176 - Memory

Issue - State: closed - Opened by peterhchen 7 months ago - 2 comments

#100 - Refactored life to use 2D paradigm

Pull Request - State: closed - Opened by chick almost 8 years ago

#99 - Pass all arguments to sbt.

Pull Request - State: closed - Opened by ucbjrl almost 8 years ago

#98 - Use Driver.execute() instead of Driver.apply() so we can pass more arguments to the tests.

Pull Request - State: closed - Opened by ucbjrl almost 8 years ago - 1 comment

#97 - Update deprecated constructs

Pull Request - State: closed - Opened by ucbjrl almost 8 years ago

#96 - Probably typos in the Wiki?

Issue - State: closed - Opened by schoeberl almost 8 years ago - 3 comments

#95 - when is a combinatorial construct

Issue - State: closed - Opened by schoeberl almost 8 years ago - 4 comments

#94 - Note on where to find Mux2

Pull Request - State: closed - Opened by schoeberl almost 8 years ago

#93 - Explicitly cast reset to Bool (#92)

Pull Request - State: closed - Opened by ucbjrl almost 8 years ago

#92 - Explicitly cast reset to Bool

Pull Request - State: closed - Opened by ucbjrl almost 8 years ago

#91 - Markdown fix

Pull Request - State: closed - Opened by salasjad about 8 years ago

#90 - Router example

Pull Request - State: closed - Opened by chick about 8 years ago

#89 - remove commented-out code; ensure address field is wide enough for values to be poked

Pull Request - State: closed - Opened by ucbjrl about 8 years ago - 1 comment

#88 - Error when running the examples

Issue - State: closed - Opened by sorooshstrife about 8 years ago - 1 comment

#87 - Error in Using PeekPokeTester

Issue - State: closed - Opened by MahdiNazemi about 8 years ago - 7 comments

#86 - Added examples.GCD because it is used in manual, Issue 85

Pull Request - State: closed - Opened by chick about 8 years ago - 1 comment

#85 - Documentation on tutorial wrong: missing GCD.scala

Issue - State: closed - Opened by dleach about 8 years ago - 3 comments
Labels: bug

#84 - replace lits using .asUInt with .U

Pull Request - State: closed - Opened by ucbjrl about 8 years ago

#83 - Generated VCD

Issue - State: open - Opened by davidwende over 8 years ago - 3 comments

#82 - Update deprecated usage (Reg(init=...), Reg(next=...), log2Up()).

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#81 - sbt problem

Issue - State: open - Opened by ghost over 8 years ago - 10 comments

#80 - Code in Wiki is dated

Issue - State: open - Opened by jackkoenig over 8 years ago - 3 comments

#79 - Use Array instead of Vec so this works again.

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#78 - solutions/Launcher.scala has a typo

Issue - State: closed - Opened by MahdiNazemi over 8 years ago

#77 - Bump sbt version.

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#76 - module names: rename modules in test folders

Pull Request - State: closed - Opened by ucbjrl over 8 years ago - 1 comment

#75 - gitignore: ignore sbt run folder

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#74 - Gitignore sbt files

Pull Request - State: closed - Opened by oharboe over 8 years ago - 1 comment

#73 - module names: rename modules in test folders so as not to confuse Ecl…

Pull Request - State: closed - Opened by oharboe over 8 years ago - 1 comment

#72 - Chisel 3: get rid of deprecated warning

Pull Request - State: closed - Opened by oharboe over 8 years ago - 1 comment

#71 - Chisel 3: import chisel3 explicitly

Pull Request - State: closed - Opened by oharboe over 8 years ago - 1 comment

#70 - Eclipse Scala IDE: update .gitignore

Pull Request - State: closed - Opened by oharboe over 8 years ago - 1 comment

#69 - Nit68 - incorporate the uncontroversial updates from #68

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#68 - Eclipse nits

Pull Request - State: closed - Opened by oharboe over 8 years ago - 3 comments

#67 - README incorrect: No Mux2 in problems package

Issue - State: closed - Opened by jcmartin over 8 years ago - 1 comment

#66 - discrepancy between Verilog and firrtl simulation

Issue - State: open - Opened by sols1 over 8 years ago - 2 comments

#65 - not clear whether solutions Mux4Tests actually tests Mux4

Issue - State: closed - Opened by sols1 over 8 years ago - 1 comment

#64 - the first example does not work

Issue - State: closed - Opened by sols1 over 8 years ago - 1 comment

#63 - Update to current Chisel3 style (avoid deprecated constructs).

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#62 - Adding VendingMachineSwitch to launcher and adding VendingMachineSwit…

Pull Request - State: closed - Opened by timkpaine over 8 years ago - 3 comments

#61 - Explicitproblemdescriptions 59

Pull Request - State: closed - Opened by ucbjrl over 8 years ago - 1 comment

#60 - fix single port ram code

Pull Request - State: closed - Opened by bqwer over 8 years ago - 5 comments

#59 - add more explicit problems descriptions

Pull Request - State: closed - Opened by bqwer over 8 years ago - 1 comment

#58 - Cat(x,y) and Fill(x,y) are utilities and require separate import statement

Issue - State: open - Opened by bqwer over 8 years ago - 2 comments

#57 - Incorrect description of shift operators in Chisel Tutorial

Issue - State: open - Opened by bqwer over 8 years ago - 1 comment

#56 - Single port RAM in Chisel Tutorial

Issue - State: open - Opened by bqwer over 8 years ago

#55 - sbt run target

Issue - State: closed - Opened by bqwer over 8 years ago - 3 comments

#54 - Using Enum(n) rather than deprecated Enum(UInt(), n).

Pull Request - State: closed - Opened by colin4124 over 8 years ago

#53 - dependency not found

Issue - State: closed - Opened by colin4124 over 8 years ago - 7 comments

#52 - Fixed small typo

Pull Request - State: closed - Opened by jeffesquivels over 8 years ago

#51 - Support onetrueliteral (and new width specifier).

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#50 - Use Input(), Output() wrappers.

Pull Request - State: closed - Opened by ucbjrl over 8 years ago

#49 - Remove Bad GCD example

Pull Request - State: closed - Opened by chick over 8 years ago

#48 - Ioexamples

Pull Request - State: closed - Opened by ucbjrl almost 9 years ago

#47 - Cleaned up problems and solutions to use modern chisel3 style

Pull Request - State: closed - Opened by chick almost 9 years ago - 1 comment

#46 - Terminal initialization failed, JLine incompatibility detected

Issue - State: open - Opened by awmiller almost 9 years ago - 2 comments

#45 - More backends

Pull Request - State: closed - Opened by donggyukim almost 9 years ago - 1 comment

#44 - define the shell in suffix.mk file

Pull Request - State: closed - Opened by niosHD about 9 years ago - 1 comment

#43 - Pr36 - fixed game of Life

Pull Request - State: closed - Opened by ucbjrl about 9 years ago

#42 - README

Issue - State: closed - Opened by schoeberl about 9 years ago - 3 comments

#41 - Chisel3totforjenkins

Pull Request - State: closed - Opened by ucbjrl about 9 years ago

#40 - Remove attempts to build with Chisel3 and the chisel3 directory.

Pull Request - State: closed - Opened by ucbjrl about 9 years ago

#39 - Fix typo in tutorial

Pull Request - State: closed - Opened by muojp over 9 years ago

#38 - General (+Chisel3 compatibility) cleanup.

Pull Request - State: closed - Opened by ucbjrl over 9 years ago

#37 - Chisel3prep

Pull Request - State: closed - Opened by ucbjrl over 9 years ago

#36 - Fixed Game of Life example

Pull Request - State: closed - Opened by j-marjanovic almost 10 years ago - 1 comment

#35 - Fixcheckunstable

Pull Request - State: closed - Opened by ucbjrl almost 10 years ago

#34 - fix enable & reset shift register tests

Pull Request - State: closed - Opened by donggyukim about 10 years ago

#33 - Add quotes to $(SBT) to allow spaces in path to SBT.

Pull Request - State: closed - Opened by grebe about 10 years ago

#32 - Makefile fails when path to sbt has spaces

Issue - State: closed - Opened by grebe about 10 years ago

#31 - Update Makefile

Pull Request - State: closed - Opened by amsharifian over 10 years ago

#30 - Upgrade Scala compiler to 2.10.4; sbt to 0.13.7; drop com.github.scct

Pull Request - State: closed - Opened by ucbjrl over 10 years ago

#29 - Always generate vcd file.

Pull Request - State: closed - Opened by winksaville over 10 years ago

#28 - Remove .SHELLFLAGS variable

Pull Request - State: closed - Opened by winksaville over 10 years ago

#27 - Add scalac options to quiet compiler warnings.

Pull Request - State: closed - Opened by ucbjrl almost 11 years ago

#26 - Fix typo

Pull Request - State: closed - Opened by cjdrake almost 11 years ago

#25 - Hello

Pull Request - State: closed - Opened by ucbjrl almost 11 years ago

#24 - Updated tests to fit new tester behavior.

Pull Request - State: closed - Opened by albert-magyar about 11 years ago

#23 - Add a .gitignore file

Pull Request - State: closed - Opened by palmer-dabbelt about 11 years ago

#22 - BlackBox clock + reset

Issue - State: closed - Opened by Dolu1990 over 11 years ago - 3 comments

#21 - Build Failure

Issue - State: closed - Opened by palmer-dabbelt over 11 years ago - 3 comments

#20 - New tester

Pull Request - State: closed - Opened by jackbackrack over 11 years ago

#19 - get rid of the warning on an unknown argument in the hello start example

Pull Request - State: closed - Opened by schoeberl over 11 years ago

#17 - update scct dependency version

Pull Request - State: closed - Opened by smirolo almost 12 years ago

#16 - new tests passing

Pull Request - State: closed - Opened by smirolo almost 12 years ago

#15 - Add --genHarness to test command

Pull Request - State: closed - Opened by danluu almost 12 years ago

#14 - Add tutorial documentation

Pull Request - State: closed - Opened by danluu almost 12 years ago - 1 comment

#13 - update library dependency to Chisel 2.0.2 and skip sbt intricacies

Pull Request - State: closed - Opened by smirolo almost 12 years ago

#12 - update to chisel 2.0.1 dependency

Pull Request - State: closed - Opened by smirolo almost 12 years ago

#11 - Fix problem setup after Valid -> ValidIO change

Pull Request - State: closed - Opened by danluu almost 12 years ago