0
I Use This!
Inactive

Commits : Listings

Analyzed 23 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated common.mk to use the arm compiler provided on the seng server More... over 13 years ago
edited comments about test accuracy; 100000 test are now run More... over 13 years ago
Added software optimizations into 'with hardware' versions. More... over 13 years ago
Major improvement by using pointer arithmetic instead of array indexing on p variable. More... over 13 years ago
renamed with_hardware/hardware -> with_hardware/vhdl More... over 13 years ago
Started optimizing. Restrict on images. Register on inner loop variables. More... over 13 years ago
rgb2y_fixed_point.c: removed "inline" keyword More... over 13 years ago
created optimized C projects More... over 13 years ago
deleted README.md More... over 13 years ago
added schematic of hardware, generated by Xilinx More... over 13 years ago
rgb2y_fixed_point.c: changed parentheses to ensure the no floating point calculations occur More... over 13 years ago
deleted vhdl_experiments More... over 13 years ago
deleted 9_bit_hardware_sim More... over 13 years ago
deleted test_emulate_hardware.py More... over 13 years ago
finished test_fixed_point_accuracy.py More... over 13 years ago
finished test_hardware_accuracy.py More... over 13 years ago
floating_point.py now uses more precise coefficients More... over 13 years ago
added to .gitignore More... over 13 years ago
updated python test scripts More... over 13 years ago
deleted old C code More... over 13 years ago
updated comment in rgb2y_with_hardware_noops.c about why we aren't actually using a noop More... over 13 years ago
eliminated trigraph warnings by replacing '?' with '\077' in cute_parrot_test.c More... over 13 years ago
added makeall scripts for unix and arm More... over 13 years ago
edited compiler flags More... over 13 years ago
implemented rgb2y_floating_point.c More... over 13 years ago
with_hardware: got rid of compiler warning by loading 0 into result variable More... over 13 years ago
with_hardware should link against the noop version More... over 13 years ago
Added in NO OPS for hardware profiling purposes. More... over 13 years ago
added rgb2y_with_hardware_noops.c More... over 13 years ago
added test.elf rule More... over 13 years ago