Kevin Kim 
							
						 
					 
					
						
						
						
						
							
						
						
							9217e1e767 
							
						 
					 
					
						
						
							
							synth works  
						
						
						
					 
					
						2023-08-26 21:11:21 -07:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							75986d6641 
							
						 
					 
					
						
						
							
							Fixed merge conflict for ZICBOP  
						
						
						
					 
					
						2023-08-25 18:41:57 -07:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							3721f8347d 
							
						 
					 
					
						
						
							
							Preparing to merge with CBO* changes  
						
						
						
					 
					
						2023-08-25 18:41:03 -07:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							9f44241d0f 
							
						 
					 
					
						
						
							
							Added N and PBMT bits to MMU PTE  
						
						
						
					 
					
						2023-08-24 19:44:46 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							fbcf6be06d 
							
						 
					 
					
						
						
							
							Now have CBOZ instructions working!  
						
						
						
					 
					
						2023-08-24 16:47:35 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							043d23766c 
							
						 
					 
					
						
						
							
							Modified rv32gc and rv64gc configs to enabled Zicbom.  
						
						
						
					 
					
						2023-08-21 13:48:20 -05:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							f7f4c5fa7b 
							
						 
					 
					
						
						
							
							renamed test-shared.vh to config-shared.vh  
						
						
						
					 
					
						2023-07-30 05:22:39 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							8dc7870e62 
							
						 
					 
					
						
						
							
							Updated Arty A7 fpga config and device tree to 256MiB main memory.  
						
						
						
					 
					
						2023-07-25 15:11:47 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							a543aa2b71 
							
						 
					 
					
						
						
							
							Removed old sdc from all configs.  
						
						
						
					 
					
						2023-07-24 15:55:22 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							717833b11a 
							
						 
					 
					
						
						
							
							Removed all old references to the old flash card controller.  
						
						... 
						
						
						
						Added git submodule for the flash card in addins.
Replicated flash card top level for our changes into the fpga/src directory. 
						
					 
					
						2023-07-24 15:45:57 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							6099b0e763 
							
						 
					 
					
						
						
							
							Fixed bugs in boot and new flash card merge.  Works with arty a7 now.  
						
						
						
					 
					
						2023-07-22 15:52:25 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							3eeecd2f27 
							
						 
					 
					
						
						
							
							Merge branch 'boot' into mergeBoot  
						
						... 
						
						
						
						Merges Jacob's new sdc controller into wally. 
						
					 
					
						2023-07-21 17:43:45 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							2854452ecc 
							
						 
					 
					
						
						
							
							Removed all old configuration files.  
						
						
						
					 
					
						2023-07-19 10:28:54 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							0e22fe5231 
							
						 
					 
					
						
						
							
							Removed QEMU from configurations.  
						
						
						
					 
					
						2023-07-19 10:23:55 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							3bf2b35704 
							
						 
					 
					
						
						
							
							Wow. The newest version of Vivado does not like the enums as parameters.  
						
						... 
						
						
						
						The solution is simple.  I changed the type to logic [31:0] and defined macros for the branch predictor types as 32 bit integers. 
						
					 
					
						2023-07-18 15:07:10 -05:00 
						 
				 
			
				
					
						
							
							
								Jacob Pease 
							
						 
					 
					
						
						
						
						
							
						
						
							142ec857ed 
							
						 
					 
					
						
						
							
							Modified bootloader to access GUID partitions. SDC interrupt to PLIC.  
						
						... 
						
						
						
						Since writing an SD card image generation script, the bootloader
needed to be altered to access individual binaries from specific
partitions. A new file, gpt.c with it's header gpt.h, have been added
to the bootloader to facilitate this.
The SDC has been added to the device tree for the VCU108
board. Additionally the SDC interrupt signal was added to the PLIC
node in the device tree. The PLIC itself  was modified to accept the
SDC interrupt signal. 
						
					 
					
						2023-07-14 13:36:44 -05:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							45667c9f4d 
							
						 
					 
					
						
						
							
							Clean up privilege rs1 decoding and implement svinval as sfence.vma  
						
						
						
					 
					
						2023-07-13 02:41:17 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							850d8c2b24 
							
						 
					 
					
						
						
							
							Fixed slight bug in config from parameterization.  
						
						
						
					 
					
						2023-07-07 16:33:34 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							4b3b590f21 
							
						 
					 
					
						
						
							
							Fpga does not correctly boot linux.  I think the solution here is to revert out all substantive changes except for parameterization and then add them back in one at a time.  This is necessary because the parameterization is not completed in one contiguous group of commits.  
						
						
						
					 
					
						2023-06-22 12:55:49 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							a011b7d591 
							
						 
					 
					
						
						
							
							Merge branch 'testbench-params2'  
						
						
						
					 
					
						2023-06-15 15:31:13 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							a55bcad5c1 
							
						 
					 
					
						
						
							
							Merge branch 'main' of  https://github.com/openhwgroup/cvw  
						
						
						
					 
					
						2023-06-15 14:57:23 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							e3cf1419ed 
							
						 
					 
					
						
						
							
							Deleted remaining old configs except fpga as I still need to create the parameterized version.  
						
						
						
					 
					
						2023-06-15 14:08:13 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							44c72c20e2 
							
						 
					 
					
						
						
							
							Actually removed old `define configuration file for rv64gc. There were a lot of dangling problems.  
						
						
						
					 
					
						2023-06-15 14:05:44 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							1bf57e3dd1 
							
						 
					 
					
						
						
							
							Merge branch 'verilator'  
						
						
						
					 
					
						2023-06-11 15:28:04 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6681b5342 
							
						 
					 
					
						
						
							
							Merge pull request  #319  from davidharrishmc/dev  
						
						... 
						
						
						
						Renamed Performance Counter extension 
						
					 
					
						2023-06-09 21:21:45 -04:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							b15c5e2a51 
							
						 
					 
					
						
						
							
							Added support for menvcfg and senvcfg, including menvcfg.STCE for supervisor timer compare  
						
						
						
					 
					
						2023-06-09 14:40:01 -07:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							d674c9b45c 
							
						 
					 
					
						
						
							
							Other Wally cleanup  
						
						
						
					 
					
						2023-06-09 09:37:09 -07:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							e2e6f6f255 
							
						 
					 
					
						
						
							
							Added named support for Zicntr and Zihpm  
						
						
						
					 
					
						2023-06-09 09:35:51 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							9bae203d1c 
							
						 
					 
					
						
						
							
							Updated parameterization types.  Modelsim version 2022.1 did requires defaults to a 32 bit integer.  The base and ranges for the address decoder need to be larger.  
						
						
						
					 
					
						2023-06-09 09:28:24 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							80cdb02d43 
							
						 
					 
					
						
						
							
							Changes required to make verilator compile wally's testbench to c++.  Not actually tested in simulation yet.  
						
						
						
					 
					
						2023-05-31 16:51:00 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							e56497101a 
							
						 
					 
					
						
						
							
							Updated source code to be compatible with verilator 5.011 for lint only.  
						
						
						
					 
					
						2023-05-31 10:44:23 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							340aac0934 
							
						 
					 
					
						
						
							
							Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types.  This should be synthesizable, but I'll need to double check.  
						
						
						
					 
					
						2023-05-26 16:00:14 -05:00 
						 
				 
			
				
					
						
							
							
								Jacob Pease 
							
						 
					 
					
						
						
						
						
							
						
						
							2ad9c72acc 
							
						 
					 
					
						
						
							
							The Vivado-RISC-V SDC works. Wally is now booting through it.  
						
						
						
					 
					
						2023-05-26 15:42:33 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							7c364d5a77 
							
						 
					 
					
						
						
							
							Updated mmu's tlb and hptw to use Lim's parameterization.  
						
						
						
					 
					
						2023-05-24 18:02:22 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							d3123fc00a 
							
						 
					 
					
						
						
							
							Updated a large number of the source files to use parameters rather than `defines. Based on Lim's work.  So far there is no simulation slow down.  
						
						
						
					 
					
						2023-05-24 14:05:44 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							c5aeb08e5c 
							
						 
					 
					
						
						
							
							Trying to figure out why the parameterization slowed down modelsim so much.  
						
						
						
					 
					
						2023-05-24 12:44:42 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							6163fc29e1 
							
						 
					 
					
						
						
							
							Adds local history predictor.  
						
						... 
						
						
						
						Fixes performance counters, but not coremark. 
						
					 
					
						2023-05-23 18:53:46 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							1dc7fb567b 
							
						 
					 
					
						
						
							
							Merge branch 'localhistory'  
						
						... 
						
						
						
						Repair to wave file.
Created implementations of local history. Part of my Ph.D. research. 
						
					 
					
						2023-05-22 10:13:31 -05:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							63473a1477 
							
						 
					 
					
						
						
							
							Changed DIVN comparison from NF to NF+2.  Shouldn't make a difference on our word sizes of XLEN=32/64, NF = 10/23/52) but is more proper in the general case.  
						
						
						
					 
					
						2023-05-15 03:51:59 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							03823a9bc1 
							
						 
					 
					
						
						
							
							Partially working local history repair.  
						
						
						
					 
					
						2023-05-11 14:56:26 -05:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							c4d6724867 
							
						 
					 
					
						
						
							
							Updated configs for local branch history `defines.  
						
						
						
					 
					
						2023-05-02 11:11:04 -05:00 
						 
				 
			
				
					
						
							
							
								Kip Macsai-Goren 
							
						 
					 
					
						
						
						
						
							
						
						
							599ebc572e 
							
						 
					 
					
						
						
							
							enabled SVADU for rv32/64gc  
						
						
						
					 
					
						2023-04-11 17:42:26 -07:00 
						 
				 
			
				
					
						
							
							
								eroom1966 
							
						 
					 
					
						
						
						
						
							
						
						
							e65cbc6636 
							
						 
					 
					
						
						
							
							update to allow running of ImperasDV with linux boot  
						
						... 
						
						
						
						optimize performance of the tracer 
						
					 
					
						2023-03-27 09:46:16 +01:00 
						 
				 
			
				
					
						
							
							
								kipmacsaigoren 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10e0935207 
							
						 
					 
					
						
						
							
							Merge branch 'openhwgroup:main' into bit-manip  
						
						
						
					 
					
						2023-03-07 21:29:03 -08:00 
						 
				 
			
				
					
						
							
							
								Kip Macsai-Goren 
							
						 
					 
					
						
						
						
						
							
						
						
							98ec8d7213 
							
						 
					 
					
						
						
							
							added S time compare to gc configs  
						
						
						
					 
					
						2023-03-04 15:46:26 -08:00 
						 
				 
			
				
					
						
							
							
								Kip Macsai-Goren 
							
						 
					 
					
						
						
						
						
							
						
						
							5fe8b08253 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into bit-manip  
						
						
						
					 
					
						2023-03-03 09:36:44 -08:00 
						 
				 
			
				
					
						
							
							
								Ross Thompson 
							
						 
					 
					
						
						
						
						
							
						
						
							3d1ffac7d7 
							
						 
					 
					
						
						
							
							Cleaned up branch predictor performance counters.  
						
						
						
					 
					
						2023-03-01 17:05:42 -06:00 
						 
				 
			
				
					
						
							
							
								Kip Macsai-Goren 
							
						 
					 
					
						
						
						
						
							
						
						
							9e52ede0cd 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into bit-manip  
						
						
						
					 
					
						2023-02-28 14:41:51 -08:00 
						 
				 
			
				
					
						
							
							
								Jacob Pease 
							
						 
					 
					
						
						
						
						
							
						
						
							b2a5786cda 
							
						 
					 
					
						
						
							
							Disabled old SD card and attached IOBUF's to new SD peripheral.  
						
						
						
					 
					
						2023-02-28 12:20:46 -06:00 
						 
				 
			
				
					
						
							
							
								David Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							5c8fee127b 
							
						 
					 
					
						
						
							
							Added support for ZMMUL  
						
						
						
					 
					
						2023-02-27 07:29:53 -08:00