David Harris
0280942563
Fixed merge conflict to get synthesis working again
2023-02-01 04:43:57 -08:00
Madeleine Masser-Frye
ad6d7eb5e2
added memories (not tested)
2023-02-01 06:08:27 +00:00
Madeleine Masser-Frye
c78adbb8e7
increased bpred size to (2^) 5
2023-02-01 05:51:31 +00:00
Madeleine Masser-Frye
02a1432c46
updated synth makefile to change all relevant
...
ram ranges to 1FF
2023-02-01 05:40:35 +00:00
David Harris
e96ba254eb
Removed output delay in synthesis
2023-01-31 04:37:23 -08:00
David Harris
a2f66313ea
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
2023-01-30 11:00:51 -08:00
Madeleine Masser-Frye
5625996f44
Merged conflicts in fixing synthesis config/hdl writing ( #40 )
...
* Fixed writing config files for synth sweeps
* cleaned up comments
* Fixed copying hdl subdirectories and referencing the correct config files for modified features
* improved readability for synth scripts
* cleans run directory post run and leaves copy of wally-config
2023-01-30 20:54:19 +02:00
Madeleine Masser-Frye
03c13b6034
Merge branch 'main' of https://github.com/mmasserfrye/cvw
2023-01-30 18:51:05 +00:00
David Harris
ec675f01a7
Missing files related to rv32imc config
2023-01-29 11:40:08 -08:00
David Harris
5d2a48d5d8
Converted rv32ic to rv32imc
2023-01-29 11:33:54 -08:00
James Stine
a1d892703c
Modified changes as follows
...
* Add docs directory for Docker including Dockerfile
* Change to synthesis script to include fpu stuff
* Add wrappers for IP (may need some cleanup but will cleanup shortly)
2023-01-28 19:33:00 -06:00
Madeleine Masser-Frye
55fa29397e
cleans run directory post run and leaves copy of wally-config
2023-01-28 01:59:08 +00:00
Madeleine Masser-Frye
2ca764e16a
improved readability for synth scripts
2023-01-28 01:51:34 +00:00
Madeleine Masser-Frye
878bb0d365
Fixed copying hdl subdirectories and referencing the correct config files for modified features
2023-01-28 01:00:29 +00:00
Madeleine Masser-Frye
9c8b1be6e5
Fixed config file writing for synthesis ( #29 )
...
* Fixed writing config files for synth sweeps
* cleaned up comments
2023-01-26 06:58:15 +02:00
Madeleine Masser-Frye
33bf0b5a56
cleaned up comments
2023-01-26 04:53:43 +00:00
Madeleine Masser-Frye
e7458c2061
Fixed writing config files for synth sweeps
2023-01-26 04:50:14 +00:00
David Harris
a1311c06ef
Rolled back synth scripts to fff91ae commit before Madeleine's modifications to write config files; the modified version is failing right away with trouble copying configs
2022-08-24 00:09:16 +00:00
Madeleine Masser-Frye
658f2626f4
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally
2022-08-02 16:25:25 +00:00
Madeleine Masser-Frye
f39631bdf4
changed synthesis to write modified config files in output directory
2022-08-02 12:19:14 +00:00
Madeleine Masser-Frye
48690e6339
edited indentation
2022-08-02 10:23:04 +00:00
David Harris
6b172723bd
Cleaning up Makefiles for riscof to run each set of tests individually and eliminate warnings
2022-07-25 20:50:38 +00:00
David Harris
29c9e25888
Fixed synthesis by removing wally-config.vh at level above hdl directory
2022-07-25 01:50:38 +00:00
James Stine
2753699fb2
Add back extractSummary mkdir plots
2022-07-17 13:00:44 -05:00
James Stine
3815f19763
Add import os in extractSummary.py
2022-07-17 11:06:30 -05:00
David Harris
2a965cf634
Don't delete hdl directory at end of run
2022-07-17 01:39:57 +00:00
Katherine Parry
e05b2a07d2
removed warnings and took a mux out of the critical path
2022-07-12 18:32:17 -07:00
Madeleine Masser-Frye
0dc3c9462b
improved command line synth functionality
2022-07-09 04:51:23 +00:00
Madeleine Masser-Frye
b196b6b504
explanations and modifications for general ppa use
2022-07-09 03:24:47 +00:00
Madeleine Masser-Frye
19db618b7f
syntheses now write alib in their own directories
2022-07-09 02:40:41 +00:00
Madeleine Masser-Frye
853a3a5df1
remove outdated scripts
2022-07-08 22:52:53 +00:00
Madeleine Masser-Frye
8dbb45519e
tweaks to run synth without error
2022-07-08 22:52:10 +00:00
Madeleine Masser-Frye
a84aa36530
cleaned up old commands and commented
2022-07-08 22:39:53 +00:00
Madeleine Masser-Frye
79b93e776e
condensed cleanup, changed bpred_size to 4, moved synth hdl into own directory
2022-07-08 22:29:18 +00:00
Madeleine Masser-Frye
8432c6331c
told dc to look in synth directory for hdl and WORK
2022-07-08 22:16:34 +00:00
Madeleine Masser-Frye
56f002b707
made parallel synthesis in python command line based
2022-07-08 20:41:59 +00:00
Madeleine Masser-Frye
8f0f626140
made wally synth flow shell based
2022-07-08 08:02:11 +00:00
Madeleine Masser-Frye
8e6aa12b2b
restore flatten
2022-07-08 08:01:10 +00:00
Madeleine Masser-Frye
3135e1202e
plot tuning, fo4 axis
2022-07-07 16:44:02 +00:00
Madeleine Masser-Frye
2f28cbf909
updated synth flow to prevent runs from writing over each other's configs
2022-07-07 15:52:01 +00:00
Madeleine Masser-Frye
8b92713cbd
set input delay when flop-driven, added run clock
2022-07-07 15:50:34 +00:00
Madeleine Masser-Frye
846f12aa2e
new priority onehot module for better area/time
2022-07-06 00:08:59 +00:00
Madeleine Masser-Frye
ca65ca2877
organized ppa files into ppa directory
2022-07-05 22:28:25 +00:00
Madeleine Masser-Frye
aa253748fc
update wally synth analysis
2022-06-28 02:28:13 +00:00
Madeleine Masser-Frye
f458deaf00
make clean rm extra files
2022-06-28 02:23:29 +00:00
Madeleine Masser-Frye
9685a37a5f
organizing synth scripts
2022-06-24 06:43:44 +00:00
Madeleine Masser-Frye
528ac7f7f2
wally config, freq, and path sweep synth automation
2022-06-24 06:30:57 +00:00
Madeleine Masser-Frye
6488d6c915
fixed plot naming and axes
2022-06-24 01:14:53 +00:00
Madeleine Masser-Frye
563212ba4f
added flop as default driver and load
2022-06-24 00:51:09 +00:00
Madeleine Masser-Frye
c45fc8ecf9
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally
2022-06-24 00:23:53 +00:00