Skip to content

Commit

Permalink
add agenda for feb 7 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 authored Feb 6, 2024
1 parent f0f0c97 commit 4e55d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/_forum/rohd-forum-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ROHD Forum Agenda & Minutes"
permalink: /forum/rohd-forum-minutes/
excerpt: "ROHD Forum Agenda & Minutes"
last_modified_at: 2024-01-02
last_modified_at: 2024-02-05
toc: true
---

Expand All @@ -12,11 +12,13 @@ toc: true
- Pair interfaces
- Discussion on HLS integration with ROHD

### February 7, 2024 @ 4PM Pacific Time
### February 7, 2024 @ 8AM Pacific Time

- Agenda
- Opens & Questions
- Configuration app in ROHD-HCL
- Other open-source development in Dart for hardware ([rohme](https://pub.dev/packages/rohme))
- Hamming ECC in ROHD-HCL

### January 3, 2024 @ 4PM Pacific Time

Expand Down
2 changes: 1 addition & 1 deletion rohd
Submodule rohd updated 61 files
+0 −8 .github/workflows/general.yml
+0 −16 CHANGELOG.md
+1 −1 README.md
+0 −2 benchmark/benchmark.dart
+0 −72 benchmark/ssa_driver_search_benchmark.dart
+2 −2 doc/tutorials/chapter_7/answers/exercise_1_d_flip_flop.dart
+3 −1 doc/tutorials/chapter_7/shift_register.dart
+31 −15 doc/user_guide/_docs/A01-sample-example.md
+3 −3 doc/user_guide/_docs/B02-comparisons-with-alternatives.md
+2 −2 doc/user_guide/_get-started/01-overview.md
+34 −36 example/example.dart
+0 −1 lib/rohd.dart
+0 −1 lib/src/exceptions/module/module_exceptions.dart
+0 −16 lib/src/exceptions/module/port_does_not_exist_exception.dart
+3 −14 lib/src/finite_state_machine.dart
+4 −4 lib/src/module.dart
+19 −47 lib/src/modules/conditional.dart
+9 −2 lib/src/modules/gates.dart
+18 −42 lib/src/modules/pipeline.dart
+0 −32 lib/src/selection.dart
+5 −57 lib/src/signals/logic.dart
+12 −49 lib/src/signals/logic_structure.dart
+6 −34 lib/src/signals/wire.dart
+9 −26 lib/src/simulator.dart
+0 −4 lib/src/synthesizers/synth_builder.dart
+2 −17 lib/src/synthesizers/systemverilog.dart
+2 −2 lib/src/utilities/config.dart
+0 −6 lib/src/utilities/simcompare.dart
+0 −39 lib/src/utilities/web.dart
+20 −24 lib/src/values/big_logic_value.dart
+2 −5 lib/src/values/filled_logic_value.dart
+46 −89 lib/src/values/logic_value.dart
+5 −5 lib/src/values/random_logic_value.dart
+28 −39 lib/src/values/small_logic_value.dart
+0 −2 lib/src/values/values.dart
+2 −2 pubspec.yaml
+23 −33 test/benchmark_test.dart
+0 −82 test/bus_test.dart
+0 −73 test/changed_test.dart
+1 −1 test/comb_math_test.dart
+1 −1 test/comb_mod_test.dart
+2 −18 test/conditionals_test.dart
+20 −26 test/config_test.dart
+1 −1 test/extend_test.dart
+6 −74 test/fsm_test.dart
+9 −47 test/gate_test.dart
+3 −5 test/logic_array_test.dart
+0 −72 test/logic_structure_test.dart
+87 −369 test/logic_value_test.dart
+6 −12 test/logic_value_width_test.dart
+3 −0 test/multimodule4_test.dart
+0 −182 test/pipeline_test.dart
+3 −15 test/simulator_test.dart
+1 −5 test/ssa_test.dart
+0 −30 test/sv_gen_test.dart
+4 −8 test/translations_test.dart
+0 −3 test/vcd_parser_test.dart
+0 −3 test/wave_dumper_test.dart
+0 −21 tool/gh_actions/install_node.sh
+0 −4 tool/gh_actions/run_tests.sh
+0 −3 tool/gh_codespaces/run_setup.sh

0 comments on commit 4e55d34

Please sign in to comment.