aboutsummaryrefslogtreecommitdiff
path: root/benchmark/index.ts
diff options
context:
space:
mode:
authorUri Shaked2020-03-22 21:12:03 +0200
committerGitHub2020-03-22 21:12:03 +0200
commitb3dc0329a8a7bfb8350ddc71719d4348dd4ed66c (patch)
treee85d52944ce76ac604e276f25859a26d38a0afd0 /benchmark/index.ts
parentMerge pull request #25 from LironHazan/AVR8JS-24-editor-user-history (diff)
parentrefactor: added peripherals and cpu feature folders (diff)
downloadavr8js-b3dc0329a8a7bfb8350ddc71719d4348dd4ed66c.tar.gz
avr8js-b3dc0329a8a7bfb8350ddc71719d4348dd4ed66c.tar.bz2
avr8js-b3dc0329a8a7bfb8350ddc71719d4348dd4ed66c.zip
Merge pull request #22 from LironHazan/AVR8JS-21-restructure-project
refactor: add peripherals and cpu feature folders
Diffstat (limited to 'benchmark/index.ts')
-rw-r--r--benchmark/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/index.ts b/benchmark/index.ts
index 02eee8d..e290352 100644
--- a/benchmark/index.ts
+++ b/benchmark/index.ts
@@ -1,5 +1,5 @@
-import { CPU, ICPU } from '../src/cpu';
-import { avrInstruction } from '../src/instruction';
+import { CPU, ICPU } from '../src/cpu/cpu';
+import { avrInstruction } from '../src/cpu/instruction';
import { createBenchmark } from './benchmark';
import { permutations } from './permutations';
import { instructions, executeInstruction } from './instruction-fn';