-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chapter-9-ROHDVF
- Loading branch information
Showing
165 changed files
with
3,022 additions
and
1,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// a_logic.dart | ||
/// Creation of logic in rohd. | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// a_logic.dart | ||
// Creation of logic in rohd. | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, omit_local_variable_types | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// exercise_1.dart | ||
/// Answer to exercise 1. | ||
/// | ||
/// 2023 February 14 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// exercise_1.dart | ||
// Answer to exercise 1. | ||
// | ||
// 2023 February 14 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// exercise_2.dart | ||
/// Answer to exercise 2. | ||
/// | ||
/// 2023 February 14 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// exercise_2.dart | ||
// Answer to exercise 2. | ||
// | ||
// 2023 February 14 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unnecessary_this | ||
import 'package:rohd/rohd.dart'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// exercise_3.dart | ||
/// Answer to exercise 3. | ||
/// | ||
/// 2023 February 14 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// exercise_3.dart | ||
// Answer to exercise 3. | ||
// | ||
// 2023 February 14 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// a_logic_width.dart | ||
/// Creation logic value and width in rohd. | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// a_logic_width.dart | ||
// Creation logic value and width in rohd. | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// c_logic_gate_part_1.dart | ||
/// Initialize of logic gate Logic. | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// c_logic_gate_part_1.dart | ||
// Initialize of logic gate Logic. | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// d_assignment_operator.dart | ||
/// Demo how to the assignment operator work. | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// d_assignment_operator.dart | ||
// Demo how to the assignment operator work. | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// e_logic_gate_part_2.dart | ||
/// Add assignment and mathematical & operator to create Logic Gate. | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// e_logic_gate_part_2.dart | ||
// Add assignment and mathematical & operator to create Logic Gate. | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// f_logic_gate_part_3.dart | ||
/// Test and simulate the logic gate created using put(). | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// f_logic_gate_part_3.dart | ||
// Test and simulate the logic gate created using put(). | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// g_constant.dart | ||
/// Creation of constant Logic in rohd. | ||
/// | ||
/// 2023 February 20 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// g_constant.dart | ||
// Creation of constant Logic in rohd. | ||
// | ||
// 2023 February 20 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/// Copyright (C) 2023 Intel Corporation | ||
/// SPDX-License-Identifier: BSD-3-Clause | ||
/// | ||
/// bus_range_swizzling.dart | ||
/// Demonstrated the use of bus range and swizzling. | ||
/// | ||
/// 2023 February 14 | ||
/// Author: Yao Jing Quek <[email protected]> | ||
/// | ||
// Copyright (C) 2023 Intel Corporation | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// | ||
// bus_range_swizzling.dart | ||
// Demonstrated the use of bus range and swizzling. | ||
// | ||
// 2023 February 14 | ||
// Author: Yao Jing Quek <[email protected]> | ||
|
||
// ignore_for_file: avoid_print, unused_local_variable | ||
|
||
|
Oops, something went wrong.