From 8934a7566a038a74464d3d8df9d04fd875e5b1d7 Mon Sep 17 00:00:00 2001 From: lironh Date: Sat, 21 Mar 2020 09:52:53 +0200 Subject: refactor: added peripherals and cpu feature folders --- benchmark/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmark/index.ts') 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'; -- cgit v1.2.3