From 04f9227b9a42379ccc02fdd9c327a1f5212af723 Mon Sep 17 00:00:00 2001 From: Priself <58103154+zznjupt@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:04:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f68bda..d7f39ac 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ ## Bug Fixes - Fixed a bug where comments on `input` and `output` were not displayed correctly in the documentation. - Fixed a bug in the Icarus Verilog simulation feature where duplicate paths were included as compilation parameters. -- Fixed a bug in the Icarus Verilog simulation feature where adding or removing `include would cause simulation compilation to fail (the `instModPathStatus` property of the instance was not updated). -- Fixed other known bugs. \ No newline at end of file +- Fixed a bug in the Icarus Verilog simulation feature where adding or removing `include` would cause simulation compilation to fail (the `instModPathStatus` property of the instance was not updated). +- Fixed other known bugs.