From 8dc1ee283d07ea997384377fdef457d590f3bf51 Mon Sep 17 00:00:00 2001 From: lambdlambd <129766421+lambdlambd@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:04:38 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0a69a6..a4fa25c 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ assign x.val = '{'{24'd0, 24'd1, 24'd2}, '{24'd0, 24'd1, 24'd2}}; Currently, none of the modules are designed to take in a `*fp_arr` or `*fp_arr2`. + ## Tests A basic [SV test bench](./tests/test_fplib.sv) has been written to verify the correctness of the implemented modules against a reference SV model. The script [gen_pkg.m](./tests/gen_pkg.m) generates a SV package which contains the randomized word lengths and real numbers used inside the TB. The test output is checked in as [xrun.log](./tests/xrun.log).