| commit | cae4374dfbdbf9453943ce5e2e24640828c33427 | [log] [tgz] |
|---|---|---|
| author | Henry Herman <henryherman@google.com> | Fri Aug 13 18:13:06 2021 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 13 18:13:06 2021 +0000 |
| tree | 2bb6d7b6bda403013f832b6500ae7a6977b11d12 | |
| parent | 5d4207f2c3a6c17ffbdbc3f10a17c60b61fbc61a [diff] | |
| parent | 465f3c512ce5f5cf70f2764779c3a8667e7248de [diff] |
Merge "Modify MIPs and Quantum to speed of simulation."
diff --git a/springbok/CMakeLists.txt b/springbok/CMakeLists.txt index f8ffbc2..a3261e4 100644 --- a/springbok/CMakeLists.txt +++ b/springbok/CMakeLists.txt
@@ -5,8 +5,8 @@ add_library(springbok_intrinsic STATIC) target_sources(springbok_intrinsic PRIVATE - crt0.s - irq_vector.s + crt0.S + irq_vector.S springbok_gloss.cpp springbok.cpp )
diff --git a/springbok/crt0.s b/springbok/crt0.S similarity index 100% rename from springbok/crt0.s rename to springbok/crt0.S
diff --git a/springbok/irq_vector.s b/springbok/irq_vector.S similarity index 100% rename from springbok/irq_vector.s rename to springbok/irq_vector.S