-
University of California at Berkeley
- Berkeley, California
- abejgonzalez.github.io
Block or Report
Block or report abejgonzalez
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ucb-bar/chipyard Public
An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
-
firesim Public
Forked from firesim/firesim
FireSim: Easy-to-use, Scalable, FPGA-accelerated Cycle-accurate Hardware Simulation of RISC-V Systems (Rocket Chip, BOOM) in the Cloud
Python 1
-
firechip Public
Forked from firesim/firechip
Top-Level Project for Firebox SoC, consisting of Rocket, BOOM, and peripherals (e.g. Ethernet NIC). This is the default target generator used in FireSim.
C
-
-
coremarkpro-util-make-riscv Public
Forked from ccelio/coremarkpro-util-make-riscv
The utility files to port CoreMark-Pro to RISC-V.
Makefile
723 contributions in the last year
Contribution activity
February 2022
Created 57 commits in 12 repositories
Created a pull request in firesim/firesim that received 4 comments
Bypass manual input on buildafi cancellation
If a SIGINT is recieved when running buildafi a prompt will show for the user to terminate their build instances. This adds a bypass using the --fo…
Opened 26 other pull requests in 4 repositories
firesim/firesim
9
merged
4
open
- Fix prompt for validate check [ci skip]
-
Skip validate in Chipyard
init-submodules - Update NBD mirror
-
Update for
mainasdevbranch - Merge dev into local-fpga
- Update machine launch script for Ubuntu/Centos
- Check that FireSim is running on tagged branch
-
Merge
devintolocal-fpga - Use a unique runfarm tag in FPGA CI tests
- Implement PerfCounter.identity + CSV Output Format (#876)
- Buildafi CI
-
Workaround
rsync_projectexcludeflag issue - Initial sim/ support for Vitis platform
ucb-bar/chipyard
11
merged
chipsalliance/rocket-chip
1
open
ucb-bar/testchipip
1
merged
Reviewed 24 pull requests in 6 repositories
firesim/firesim
13 pull requests
-
Update for
mainasdevbranch - [ci] Lengthen machine launch timeout
- Update NBD mirror
- Enhance launchrunfarm to patiently try harder
- Check that FireSim is running on tagged branch
- Chisel 3.5 / FIRRTL 1.5 Bump using Published Deps
- Initial sim/ support for Vitis platform
- Ensure Delay on Unstable Peek/Poke Regardless of Log Setting
- [ci] Disable status caching for manager-hosted jobs
- (where to build) Support different build hosts
- Implement PerfCounter.identity + CSV Output Format
- Remove circle ci on master to clear status on dev
- [readme] Add a link to scala doc.
ucb-bar/chipyard
5 pull requests
firesim/FireMarshal
3 pull requests
firesim/aws-fpga-firesim
1 pull request
ucb-bar/barstools
1 pull request
ucb-bar/hwacha
1 pull request
Created an issue in ploxiln/fab-classic that received 2 comments
[Bug] rsync_project exclude flag broken in Python3+
Python3 added the __iter__ attribute to strings so the following check doesn't work:
fab-classic/fabric/contrib/project.py Lines 107 to 108 in 8…