diff options
| author | Jack Koenig | 2021-12-15 12:15:30 -0800 |
|---|---|---|
| committer | GitHub | 2021-12-15 20:15:30 +0000 |
| commit | 8a60679bd742f6824a73e93811e423aa7feccc43 (patch) | |
| tree | b297ddeb14b464b558894b53b54e94f1e059c956 /docs/src/appendix/appendix.md | |
| parent | dd5394e2d920ef3ee63a2768b74ffb497aa77ba7 (diff) | |
Add "Upgrading From Chisel 3.4 to 3.5" (#2275)
This new document is a place to describe issues users may run into when
upgrading from Chisel 3.4 to 3.5. This initial version includes the
solution for the removal of virtual method "val io".
Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'docs/src/appendix/appendix.md')
| -rw-r--r-- | docs/src/appendix/appendix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/appendix/appendix.md b/docs/src/appendix/appendix.md index 0efedbfe..55244cdb 100644 --- a/docs/src/appendix/appendix.md +++ b/docs/src/appendix/appendix.md @@ -11,4 +11,5 @@ This section covers some less-common Chisel topics. * [Differences between Chisel3 and Chisel2](chisel3-vs-chisel2) * [Experimental Features](experimental-features) * [Upgrading from Scala 2.11](upgrading-from-scala-2-11) +* [Upgrading from Chisel 3.4](upgrading-from-chisel-3-4) * [Versioning](versioning) |
